> For the complete documentation index, see [llms.txt](https://docs.qpoint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qpoint.io/appendix/object-storage.md).

# 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="/files/IyeyRVi40mGKsDi5VAqz" alt=""><figcaption></figcaption></figure>
