Dockerized s3cmd app built on top of official Ubuntu images.
534
This container implements the AWS S3 s3cmd as a microservice. I use it to download log files stored on S3 and process them locally from within the container. When done I just exit to make the cleanup real easy.
At a minimum, you will need to import your .s3cfg file from your host shares into the container. Import other directories as needed.
docker run -it \
-v $HOME/.s3cfg:/.s3cfg \
-v $HOME:/home/$USER \
s3cmd
# s3cmd ls s3://<bucketname>
# s3cmd put file s3://<bucketname>/
# s3cmd get s3://<bucketname>/file
Content type
Image
Digest
sha256:7034f4543…
Size
82.7 MB
Last updated
about 9 years ago
docker pull threadx/s3cmd