NOTE: Experimental for now, do NOT use but feel free to give feedback and cherry-pick what you need.

This is just the initial codebase, not working, but it has the basic structure.

Yet another S3 command-line utility, but environment variables driven, even for per profile or bucket credentials.

Key points - Use the official AWS-SDK-S3 - Environment variables driven - Will mimic most of the official aws s3 ... command line (however, does not intend to be too dogmatic) - Will eventually provide a lib as well.

Example

ssh ss3 ls s3://my-bucket/ -r

Here is the order in which the credential will be resolved

NOTE: '-' characters in profile and bucket names will be replaced by '_' for environment names above.