a
    ù!fÕ  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )z2Create / interact with gcloud storage connections.é    )Ú
connectionc                   @   s"   e Zd ZdZejZdZdZdZdS )Ú
Connectiona|  A connection to Google Cloud Storage via the JSON REST API.

    :type credentials: :class:`oauth2client.client.OAuth2Credentials`
    :param credentials: (Optional) The OAuth2 Credentials to use for this
                        connection.

    :type http: :class:`httplib2.Http` or class that defines ``request()``.
    :param http: (Optional) HTTP object to make requests.
    Zv1z*{api_base_url}/storage/{api_version}{path})z7https://www.googleapis.com/auth/devstorage.full_controlz4https://www.googleapis.com/auth/devstorage.read_onlyz5https://www.googleapis.com/auth/devstorage.read_writeN)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úbase_connectionZAPI_BASE_URLZAPI_VERSIONZAPI_URL_TEMPLATEZSCOPE© r	   r	   úZ/var/www/html/python-backend/venv/lib/python3.9/site-packages/gcloud/storage/connection.pyr      s   
r   N)r   Zgcloudr   r   ZJSONConnectionr   r	   r	   r	   r
   Ú<module>   s   