-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support IAM security tokens #175
Comments
AFAIK this old PR implements this feature: #160 (still not merged) |
any updates on this? or is this actually supported somehow? |
That PR only adds support for SNS and SQS. S3 (at least) is still missing. It looks like there's at least some work to start integrating the token: It seems that it hasn't made it's way elsewhere: I would expect something along the lines of: Obviously, this gist is a terrible monkey patch. But you could imagine a more appropriate fix in the actual code. |
You are right. S3 token support is missing in my PR. I did not realize that, sorry. But anyway, it's not merged. |
Consider supporting temporary credentials as supplied by the IAM Instance Role functionality. This requires passing an additional Security Token field to the API:
http://docs.aws.amazon.com/STS/latest/UsingSTS/using-temp-creds.html
The text was updated successfully, but these errors were encountered: