GitHub - tzoratto/docker-s3cmd · GitHub
Skip to content

tzoratto/docker-s3cmd

Folders and files

Repository files navigation

S3cmd

This Docker image contains the S3cmd tool. HTTPS is activated by default.


How to use

docker run --rm \
-e AWS_ACCESS_KEY=myaccesskey \
-e AWS_SECRET_KEY=mysecretkey \
-v /my/path:/root/s3cmd \
tzoratto/s3cmd \
ls s3://[BUCKET] 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors