-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow usage/configuration of IAM for Minio Client #850
Comments
Hi, we are going to replace MinioClient with JCloud in version 5.7.4, which would use different providers for different binary stores like AWS S3, Minio, etc.
Do you still need ability to allow IamProvider in here? |
Hi @IvanKustau |
But will definitely require a different config bean along with S3 that does not require access key and secret |
Couldn't find any kind of documentation or examples on jclouds-labs. |
An implementation can be seen here as well https://github.com/minio/minio-java/blob/304b5b7dc036423d34acfdddd504ceea0098f98a/api/src/main/java/io/minio/credentials/IamAwsProvider.java |
Current implementation has MinioClient initialisation set in stone here:
https://github.com/reportportal/commons-dao/blob/develop/src/main/java/com/epam/ta/reportportal/config/DataStoreConfiguration.java#L49
Would be nice to provide a possibility to configure the client with IamProvider, something like below
The text was updated successfully, but these errors were encountered: