https://cloud.google.com/storage/quotas ``` self.storage_client: Client = storage.Client.from_service_account_json(config_json_path) adapter: HTTPAdapter = self.storage_client._connection.http.adapters["https://"] self.storage_client._connection.http.adapters["https://"] = HTTPAdapter(pool_connections=1000, pool_maxsize=1000, pool_block=adapter._pool_block) ```
https://cloud.google.com/storage/quotas