Sign inSign up

flojon/s3cmd

By flojon

Updated over 8 years ago

S3cmd : Command Line S3 Client and Backup for Linux and Mac

Image
1

1.2K

flojon/s3cmd repository overview

This is a simple Docker container for s3cmd : Command Line S3 Client and Backup for Linux and Mac.

Built using Alpine Linux as base image

Inspired by samepage-labs/docker-s3cmd

Usage

Example usage:

docker run flojon/s3cmd --access_key=S3_ACCESS_KEY --secret_key=S3_SECRET_KEY ls s3://bucket-name/

If using alternative S3 provider you need to specify both --host and --host-bucket. Example for Digital Ocean Spaces (Amsterdam):

docker run flojon/s3cmd --access_key=S3_ACCESS_KEY --secret_key=S3_SECRET_KEY --host=ams3.digitaloceanspaces.com --host-bucket="%(bucket)s.ams3.digitaloceanspaces.com" ls s3://bucket-name

See Usage for full usage information.

Tag summary

Content type

Image

Digest

Size

14.7 MB

Last updated

over 8 years ago

docker pull flojon/s3cmd