Thanks for sending me the development version.
It seems to work great in the GUI. I use
aws-vault to load the credentials into the environment. The current implementation requires to check the box:
"Read credentials from AWS CLI configuration". I wonder if that is needed? I nicer user experience would be to search for the credentials in the order:
- session configuration
- environment variables
- AWS configuration files
- prompt for user input
Is there a way to use this feature in the automation interface (
/script=script.txt
)? Even with credentials in the environment, I still get prompted for access key and secret. Ideally this would also support searching for credentials in the order:
- s3 URL (
s3://accesskey:secret/s3.amazonaws.com/bucketname/
)
- environment variables
- AWS configuration files
- prompt for user input
This would be in line with how the
AWS SDK behaves. Just for my curiosity, may I ask why you are using a fork of libs3 over the official AWS SDK? The license? Or the size?
Thanks, and keep up the good work!