This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 5d81bea2 Fix typo in AwsCredentialsStorageIntegration.java (#874)
5d81bea2 is described below
commit 5d81bea22f9ee2bf2b49126d6153e23bcd5b1d0f
Author: mlsstart <[email protected]>
AuthorDate: Fri Jan 24 23:46:22 2025 +0800
Fix typo in AwsCredentialsStorageIntegration.java (#874)
Co-authored-by: malinshan <[email protected]>
---
.../polaris/core/storage/aws/AwsCredentialsStorageIntegration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java
b/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java
index 0757d6f9..45b406ba 100644
---
a/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java
+++
b/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java
@@ -104,7 +104,7 @@ public class AwsCredentialsStorageIntegration
/**
* generate an IamPolicy from the input readLocations and writeLocations,
optionally with list
* support. Credentials will be scoped to exactly the resources provided. If
read and write
- * locations are empty, a non-empty policy will be generated that grants
GetObject and (optionally
+ * locations are empty, a non-empty policy will be generated that grants
GetObject and optionally
* ListBucket privileges with no resources. This prevents us from sending an
empty policy to AWS
* and just assuming the role with full privileges.
*/