You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running s3_file on a non EC2 instance that has /root/.aws/config and /root/.aws/credentials filled in with a default profile to simulate having an IAM role best we can.
s3_file doesn't gracefully handle this and just dies. It would be nice if it handled this in a manner similar to how the CLI does where we can just call without any profile or credentials values like this:
aws s3 cp ...
The text was updated successfully, but these errors were encountered:
Yeah supporting the IAM chain would be helpful but without the AWS SDK it is a bit of a pain to support. I dunno how it goes with the "lightweight part" if we download the s3 sdk and include it. but we could just take the core and the s3 files.
Consider this a good thread to throw in an opinion.
We're running s3_file on a non EC2 instance that has /root/.aws/config and /root/.aws/credentials filled in with a default profile to simulate having an IAM role best we can.
s3_file doesn't gracefully handle this and just dies. It would be nice if it handled this in a manner similar to how the CLI does where we can just call without any profile or credentials values like this:
The text was updated successfully, but these errors were encountered: