LitS3 Commander (s3cmd) is a command-line tool for working with Amazon S3. It is written in IronPython and based on the LitS3 library. Using this tool, you can:
- List all buckets
- List objects in a bucket
- Upload a local file as an S3 bucket object
- Download an S3 bucket object to a local file
- Delete an S3 bucket object
- Stream text from standard input to an S3 bucket object
- Stream text from an S3 bucket object to standard output