Implement wiredtiger extension init() and customize_file_system() function inside the storage source class for GCP. This function will create a new instance of the cloud file system. This also means that we will need to create and initiate all the members in the file system struct including the connection class. This function will deal with any required authentication to connect to the connection class. This ticket should also implement add_reference() function inside the storage source class for GCP. The add_reference() function should increment a variable inside the storage source class to track the number of open connections to the Google storage source. Once implemented the developer will also need to test this functionality.
Definition of Done
The customize_file_system and add_reference function is completed with python testing. The customize_file_system function should create an instance of GCP file system.
- is related to
-
WT-10361 Implement add_reference() in storage source class for GCP
- Closed