FANNG1 commented on code in PR #4966:
URL: https://github.com/apache/gravitino/pull/4966#discussion_r1820422419


##########
api/src/main/java/org/apache/gravitino/credential/S3SecretKeyCredential.java:
##########
@@ -29,26 +29,26 @@ public class S3SecretKeyCredential implements Credential {
   /** S3 secret key credential type. */
   public static final String S3_SECRET_KEY_CREDENTIAL_TYPE = "s3-secret-key";
   /** The static access key ID used to access S3 data. */
-  public static final String GRAVITINO_S3_ACCESS_KEY_ID = "s3-access-key-id";
+  public static final String GRAVITINO_S3_STATIC_ACCESS_KEY_ID = 
"s3-static-access-key-id";
   /** The static secret access key used to access S3 data. */
-  public static final String GRAVITINO_S3_SECRET_ACCESS_KEY = 
"s3-secret-access-key";
+  public static final String GRAVITINO_S3_STATIC_SECRET_ACCESS_KEY = 
"s3-static-secret-access-key";

Review Comment:
   updated



-- 
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]

Reply via email to