Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavBalyan committed Oct 7, 2024
1 parent a58ef7b commit 1563647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class GCSFileSystem::Impl {
hiveConfig_->config()->get<std::string>("gcs.access_token_enabled", "false");

auto scheme = hiveConfig_->gcsScheme();
if (scheme == "https" && && accessTokenEnabled == "false") {
if (scheme == "https" && accessTokenEnabled == "false") {
options.set<gc::UnifiedCredentialsOption>(
gc::MakeGoogleDefaultCredentials());
} else {
Expand Down

0 comments on commit 1563647

Please sign in to comment.