Skip to content

Commit

Permalink
feat: add token to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Aug 7, 2024
1 parent 9e1badf commit b236f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/gcs/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ impl Builder for GcsBuilder {
client,
signer,
token_loader,
token: self.config.token,
credential_loader: cred_loader,
predefined_acl: self.config.predefined_acl.clone(),
default_storage_class: self.config.default_storage_class.clone(),
Expand Down

0 comments on commit b236f5b

Please sign in to comment.