Skip to content

Latest commit

 

History

History

aws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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