# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qpoint.io/appendix/object-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
