A lightweight container which synchronizes a directory or s3 bucket with a directory or s3 bucket.
Forked from https://github.com/firespring/docker-s3-sync
The region of the destination bucket
You know the drill
Options passed after the s3cmd
part of the command
Options passed after the sync
part of the command
Either a directory or an s3 bucket (e.g. /foo or s3://foo)
Either a directory or an s3 bucket (e.g. /bar or s3://bar)
CMD s3cmd $S3CMD_OPTIONS sync $S3CMD_SYNC_OPTIONS $SOURCE_LOCATION $DEST_LOCATION