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

S3 implementation does not use Role ARN provided by environment or profile #4178

Open
ZachNo opened this issue Feb 12, 2024 · 0 comments · May be fixed by #4182
Open

S3 implementation does not use Role ARN provided by environment or profile #4178

ZachNo opened this issue Feb 12, 2024 · 0 comments · May be fixed by #4182

Comments

@ZachNo
Copy link

ZachNo commented Feb 12, 2024

In backend.rs for S3, the check is only for self.config value of a role to assume, and ignores the value loaded into cfg. This doesn't allow values from an environment variable or aws config profile to be used to define the role to assume, even though it seems like it's intended to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant