The below script is very helpful to upload files via curl to s3 bucket, any suggestions are welcome #!/bin/sh usage() { cat <<USAGE Simple script uploading a file to S3. Supports AWS signature version 4, custom region, permissions and mime-types. Uses Content-MD5 header to guarantee uncorrupted file transfer. Usage: `basename $0` aws_ak aws_sk bucket...