Skip to content
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

Add support for AWS_SESSION_TOKEN #102

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Add support for AWS_SESSION_TOKEN #102

merged 2 commits into from
Mar 5, 2024

Conversation

madiganz
Copy link
Contributor

@madiganz madiganz commented Mar 5, 2024

This PR adds support for AWS_SESSION_TOKEN so that users can use an AWS account that supports this when using CloudFiles. Previously, requests would all return Forbidden because the session token was not actually being used during boto3 client creation. The PR adds support for AWS_SESSION_TOKEN to be used in an environment variable as well as through aws-secret.json. Fixes #101 .

@william-silversmith william-silversmith added the feature A new capability is born. label Mar 5, 2024
@william-silversmith
Copy link
Contributor

Tests are failing due to import error, not due to this PR.

@william-silversmith william-silversmith merged commit 4621ab8 into seung-lab:master Mar 5, 2024
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new capability is born.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for AWS_SESSION_TOKEN
2 participants