Util container to download an arbitrary list of files from S3, assuming that the running instance has the correct IAM roles.
docker run --rm -ti \
-v /home/somedir:/data \
behance/docker-aws-s3-downloader us-east-1 mybucketname s3file,0600,dlfile:others3file
us-east-1 can be changed with any region in the download-s3-files script.mybucketname is the full name of your S3 bucket<full s3 file path>[,<permission>][,<downloaded file name>]
:/data/<full s3 file path>Content type
Image
Digest
sha256:3ceaef958…
Size
24.7 MB
Last updated
over 10 years ago
docker pull behance/docker-aws-s3-downloader