Specify the storage class in options (GONRG-498)
Adds ability to pass Coogle Cloud credentials via OpenVDS options
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 specify storage class while uploading
What is the new/expected behavior?
Stroage class can be set into GoogleOpenOptions structure
Have you added/updated Unit Tests and Integration Tests?
- [NO]
Changes:
- GoogleOpenOptions structure has been extended to handle Stroage class;
- IOManagerGoogle has been extended respectively;
- Python wrappers were updated.