Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 363 Bytes

dockerized aws (aws-cli)

dockerized aws

Setup

  • Add your aws-credentials to a dockerized.env file, in the root of your project or in your HOME directory.
    AWS_ACCESS_KEY_ID=****
    AWS_SECRET_ACCESS_KEY=****

Usage

dockerized aws s3 ls
dockerized aws s3 --endpoint-url=https://ams3.digitaloceanspaces.com ls