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

Feature proposal: Temporary credential renewal feature #94

Open
JacoFaberSA opened this issue Oct 28, 2024 · 0 comments
Open

Feature proposal: Temporary credential renewal feature #94

JacoFaberSA opened this issue Oct 28, 2024 · 0 comments

Comments

@JacoFaberSA
Copy link
Contributor

Currently, with S3 uploads using STS credentials, if the upload takes longer than the session token expiration, the upload fails.

I've implemented a simple example change here to demonstrate how this credential renewal could be achieved using a callback, along with a minor adjustment to retrieve credentials via a method rather than directly accessing accessKey and secretKey on the Minio class: https://github.com/JacoFaberSA/minio-dart/tree/credential-renewal-feature

However, this solution seems to benefit only S3 uploads as far as I can see.

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

No branches or pull requests

1 participant