Implement the putObject() function inside connection class for GCP. The putObject() should upload the chosen object file and place it on to the Google Cloud Storage. Once implemented the developer will also need to test this functionality via python testing and unit testing
reference: https://cloud.google.com/storage/docs/uploading-objects
Definition of Done
putObject function is completed with added unit test and python testing.
- is depended on by
-
WT-10513 Create unit tests for GCP connection class functions
- Closed