We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b149 commit 54af5e6Copy full SHA for 54af5e6
src/main/java/org/radarbase/output/config/RestructureConfig.kt
@@ -363,9 +363,9 @@ data class S3Config(
363
fun createS3Client(): MinioClient = MinioClient.Builder().apply {
364
endpoint(endpoint)
365
if (accessToken.isNullOrBlank() || secretKey.isNullOrBlank()) {
366
- credentials(accessToken, secretKey)
367
- } else {
368
credentialsProvider(IamAwsProvider(null, null))
+ } else {
+ credentials(accessToken, secretKey)
369
}
370
}.build()
371
0 commit comments