# Custom Storage

Updraft provides the ability to provide your own Google Cloud Storage bucket or your own S3 bucket (e.g. AWS or Exoscale) for storing your assets and app binaries.

Enterprise Plan organization can configure their own custom storage. All app versions and binaries as well associated files like app icons are uploaded and stored on your own custom storage.

The following options can be offered in the Enterprise Plan:

{% content-ref url="/pages/hXQkyIpSJEf8T36YO8Kz" %}
[Custom S3 bucket](/security/custom-storage/custom-s3-bucket.md)
{% endcontent-ref %}

{% content-ref url="/pages/hmngDz685WGG046RUXwd" %}
[Google Cloud Storage](/security/custom-storage/google-cloud-storage.md)
{% endcontent-ref %}


---

# 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.getupdraft.com/security/custom-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.
