Pass OAuth2 token as the connection string parameter for Google Storage (GONRG-828)
Adds ability to pass OAuth2 token as the connection string parameter for Google Cloud Storage
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
There is no way to pass OAuth2 token as the parameter for SEGYUtils commandline
What is the new/expected behavior?
OAuth2 can be passed via Connection String
Have you added/updated Unit Tests and Integration Tests?
- [NO]
Changes:
- GoogleOpenOptions creation was extended;
- "Connection URL and Connection String" documentation was updated respectively.
Notes:
The sample token is dummy and doesn't grant access to any resource.
Edited by Dzmitry Poloyko (EPAM)