dimas-b commented on code in PR #2802:
URL: https://github.com/apache/polaris/pull/2802#discussion_r2429797073
##########
polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java:
##########
@@ -178,7 +177,10 @@ private IamPolicy policyString(
Map<String, IamStatement.Builder> bucketListStatementBuilder = new
HashMap<>();
Map<String, IamStatement.Builder> bucketGetLocationStatementBuilder = new
HashMap<>();
- String arnPrefix = arnPrefixForPartition(awsPartition);
+ String arnPrefix =
arnPrefixForPartition(storageConfigurationInfo.getAwsPartition());
+ String kmsKeyArn = storageConfigurationInfo.getKmsKeyArn();
Review Comment:
Can / will this work with MinIO KMS?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]