def get_bucket()

in components/doc-registry/src/document_registry_service.py [0:0]


    def get_bucket(self):
        if self.bucket is None:
            self.bucket = GoogleCloudClients.get_storage_client().bucket(
                self.bucket_name
            )
        return self.bucket