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

AssumeRole support for S3 datastores #386

Open
jaywink opened this issue Nov 8, 2022 · 0 comments · May be fixed by #394
Open

AssumeRole support for S3 datastores #386

jaywink opened this issue Nov 8, 2022 · 0 comments · May be fixed by #394
Labels
enhancement s3 Issues that are S3-specific

Comments

@jaywink
Copy link
Contributor

jaywink commented Nov 8, 2022

Currently one needs to use access key ID / secret key to configure S3 datastore support. Commenting these out causes "Unexpected error storing media: invalid configuration: missing s3 options" error raised.

Assuming minio-go has the support (it should, given minio seems to have AssumeRole support), it would be great to allow using S3 at least against AWS without an access key ID / secret key.

https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement s3 Issues that are S3-specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants