aws-cli-docker
aws-cli-docker copied to clipboard
Docker container with the AWS CLI
This fixes #15
I'm looking at trying to use the new `aws ecr put-image-scanning-configuration` command but need v1.17.4 of the AWS CLI which is not supported here yet. Happy to raise PR if...
Hi, I am trying to upload some files from my docker container to s3 bucket which is managed by rook. But while uploading it is not able to detect exact...
I am running the following script. (intentionally i hide the keys of course). It is basically a copy paste from the `readme.md`. I have windows 10. I am running this...
docker run \\ -d \\ --env AWS_ACCESS_KEY_ID=KEY \\ --env AWS_SECRET_ACCESS_KEY=SECRET \\ --env AWS_DEFAULT_REGION=sa-east-1 \\ -v /opt/database:/opt/database \\ garland/aws-cli-docker \\ aws s3 cp s3://sbacem-db/$(aws s3 ls s3://sbacem-db --recursive | sort |...