We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to use IAM instance profiles, one must pass the session token.
It should be as simple as passing it as a header:
x-amz-security-token:FwoGZXIvYXdzEMn...long-string-of-base64-encoded-gibberish...Tsaf=
The text was updated successfully, but these errors were encountered:
Can be solved with #114 and the usage of an external library to obtain the credentials: https://github.com/y2k2mt/aws-credentials.cr
Sorry, something went wrong.
No branches or pull requests
In order to use IAM instance profiles, one must pass the session token.
It should be as simple as passing it as a header:
The text was updated successfully, but these errors were encountered: