Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Jan 9, 2025
1 parent ee441f7 commit da98dcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public void startUp() throws Exception {
Map<String, String> properties = Maps.newHashMap();
properties.put(FILESYSTEM_PROVIDERS, "gcs");
properties.put(GCSProperties.GRAVITINO_GCS_SERVICE_ACCOUNT_FILE, SERVICE_ACCOUNT_FILE);
properties.put("gcs-credential-file-path", SERVICE_ACCOUNT_FILE);
properties.put(CredentialConstants.CREDENTIAL_PROVIDERS, "gcs-token");

Catalog catalog =
Expand Down

0 comments on commit da98dcf

Please sign in to comment.