s3simple
s3simple copied to clipboard
A bash S3 client with minimal dependencies
Thanks for this great tool. Hopefully this addition will keep it simple while more complete!
It would be great to have the ability to set the storage class as an argument of this script so you can minimize the cost of using S3. Basically all...
- 'head' support - Better parameter quoting - Cleaner request headers
@rcarver suggested this [on twitter](https://twitter.com/rcarver/status/403934233111969792). In the interests of flexibility I think it'd be a good idea to allow you to specify the AWS credentials as either an environment variable...
S3 is not limited to Amazon, there are third-party products, like enterprise storage systems, that provide it. There are also smaller open source projects like Minio that implement S3. I...
I was facing some HTTP code 307 redirects when using the scripts, so I added the possibility to use a `AWS_REGION` environment variable.