-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gcs): allow setting a token directly (#4978)
* feat: add token to gcsconfig * feat: add bearer token to header requests * feat: add token to builder * feat: make token optional * feat: place token within header * feat: pass scope to gcs core * feat: return token directly from load_token if set * refactor: use tuple match for token/scope handling * fix: use default scope set for gcscore * fix: scope must be valid * revert: do not change sign logic * revert: do not change sign_query logic
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters