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

# Source Connection

**Connect a Source**\
Define the source from which Weekerp CDN will fetch files.\
A source refers to the location where original (origin) resources such as images, videos, or files are stored.

\
Weekerp supports not only cloud storage but also existing web servers via a **Web Proxy** connection.\
You can create and manage multiple sources as needed.

***

#### Supported Data Source Types

<table><thead><tr><th width="154.714111328125">Type</th><th>Description</th><th>Docs</th></tr></thead><tbody><tr><td><strong>AWS S3</strong></td><td>Connect an existing S3 bucket.</td><td><a data-mention href="/pages/p1YbAMVD8rU15nQHaZqu">/pages/p1YbAMVD8rU15nQHaZqu</a></td></tr><tr><td><strong>GCP GCS</strong></td><td>Connect a GCP Storage bucket.</td><td><a data-mention href="/pages/T1QlWC8ACweWwdNRcYK3">/pages/T1QlWC8ACweWwdNRcYK3</a></td></tr><tr><td><strong>Azure Blob</strong></td><td>Connect an Azure Blob container.</td><td><a data-mention href="/pages/SlXrvnmJR10coYD3c4It">/pages/SlXrvnmJR10coYD3c4It</a></td></tr><tr><td><strong>Web Proxy</strong></td><td>Cache external image URLs in a proxy form.</td><td><a data-mention href="/pages/DvDbiUnbqkQG9oOn1AVl">/pages/DvDbiUnbqkQG9oOn1AVl</a></td></tr></tbody></table>

***

#### Management

* Multiple sources can be created.
* Each source can be modified, disabled, or deleted as needed.
* All sources are automatically synchronized with the connected CDN paths.

***

#### Examples

* Register separate S3 buckets as sources for each region.
* Connect an existing image server as a Web Proxy to apply CDN without additional uploads.
* Add a separate GCS bucket as a source for testing environments.

{% hint style="info" %}
A **Source** in Weekerp Image, Video, and File APIs serves as the origin data for each resource.\
All CDN requests are processed based on the connected sources.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://weekerp.gitbook.io/image/storage/connect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
