Skip to content

tzoratto/docker-s3cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

No packages published