Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Dec 27, 2024
1 parent 1582bd3 commit 472c2b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ public void startUp() throws Exception {
S3TokenCredential.S3_TOKEN_CREDENTIAL_TYPE
+ ","
+ S3SecretKeyCredential.S3_SECRET_KEY_CREDENTIAL_TYPE);
properties.put(
CredentialConstants.CREDENTIAL_PROVIDER_TYPE,
S3SecretKeyCredential.S3_SECRET_KEY_CREDENTIAL_TYPE);
properties.put(S3Properties.GRAVITINO_S3_ACCESS_KEY_ID, S3_ACCESS_KEY);
properties.put(S3Properties.GRAVITINO_S3_SECRET_ACCESS_KEY, S3_SECRET_KEY);
properties.put(S3Properties.GRAVITINO_S3_ENDPOINT, "s3.ap-southeast-2.amazonaws.com");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,4 @@ public CredentialConfig(Map<String, String> properties) {
super(false);
loadFromMap(properties, k -> true);
}

public CredentialConfig(boolean loadDefaults) {
super(loadDefaults);
}
}

0 comments on commit 472c2b4

Please sign in to comment.