# Object Storage

Your object store configuration requires several key parameters:

* **Endpoint**: The URL or IP address and port for your S3-compatible storage service
* **Bucket**: A dedicated storage bucket for Qpoint objects
* **Region**: The geographic region for your storage service
* **Access URL**: A templated URL for accessing artifacts via URL.
  * Example: `https://storage.cloud.google.com/{{BUCKET}}/{{DIGEST}}`
  * Supported Keys
    * **`{{ENDPOINT}}`** - The endpoint of the bucket
    * **`{{BUCKET}}`** - The name of the bucket
    * **`{{DIGEST}}`** - The digest of the file which Qpoint uses as the file name
* **Access Credentials**:
  * Access Key: Configured via environment variable (e.g., S3\_ACCESS\_KEY)
  * Secret Key: Configured via environment variable (e.g., S3\_SECRET\_KEY)
* **SSL Settings**: Option to enable/disable SSL for the connection

<figure><img src="https://1396152757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcJHkFBso2iGNyqIxfv6K%2Fuploads%2Fgit-blob-c5f60ce274acb67f55e0e1ca255f4cf54030ece5%2FScreenshot%202025-02-05%20at%208.21.37%E2%80%AFAM.png?alt=media" alt=""><figcaption></figcaption></figure>
