Forums

S3cmd

Is it possible to install this? Short of building something with boto, s3cmd is so simple to sync to s3 buckets.

Thanks!

Great idea, I'll add it to the list!

In the meantime, you can probably install it yourself using

pip install --user s3cmd

That pulls down version 1.1.0, which isn't quite the most recent. If it's not good enough, you can probably download the latest source and install it manually instead...