spiritedmedia / systems

Code and documentation for building, deploying, and serving code.
1 stars 1 forks source link

Drop S3CMD, Use AWS CLI Instead #14

Closed kingkool68 closed 7 years ago

kingkool68 commented 7 years ago

s3cmd tends to choke on larger s3 buckets like our media upload directory bucket. AWS CLI should be better at handling this.

See https://eladnava.com/backing-up-your-amazon-s3-buckets-to-ec2/

kingkool68 commented 7 years ago

Now using AWS CLI and their S3 syncing command. Much faster.

See https://github.com/spiritedmedia/systems/commit/3886746cc71dc953853ba8bd0df6e0a4461288b4

kingkool68 commented 7 years ago

This is a helpful resource http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html