Option to access Google Cloud via signed URLs (GONRG-61)
Adds experimental ability to authenticate to Google Cloud using Signed URLs V4 instead of OAuth token
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?
OAuth2 token are used to work with Google Cloud
What is the new/expected behavior?
Both mechanisms: OAuth2 token and Signed URLs can be selecyed viaGoogleOpenOptions
Have you added/updated Unit Tests and Integration Tests?
- [NO]
Changes:
- GoogleOpenOptions structure has been extended to handle Signed URLs;
- IOManagerGoogle has been extended respectively;
- Python wrappers were updated.