> For the complete documentation index, see [llms.txt](https://docs.arcwise.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcwise.app/espanol/configuracion-de-arcwise/conectar-el-almacen-de-datos/s3.md).

# S3

Arcwise supports any S3-compatible storage bucket as as a destination for third-party integrations. See [Connecting to Integrations](/espanol/configuracion-de-arcwise/integraciones/descripcion-general.md) for more details. (Arcwise will create a Parquet file every time you pull data from an integration like Salesforce or Hubspot.)

## Add S3 credentials in Arcwise

1. Log into the Arcwise Admin portal and [set up users/roles for your team first](/espanol/configuracion-de-arcwise/gestion-de-usuarios-y-roles.md).
2. Go to the “Connections” tab in the Arcwise admin panel (<https://admin.arcwise.app/#/warehouse_connections>)
3. Click on the “+ Create” button (top-right) and select "S3" from the Warehouse Type dropdown.

<figure><img src="/files/Mpi4FC7YxwC4O396aCsL" alt=""><figcaption></figcaption></figure>

### S3 compatibility for other clouds

Almost all the major cloud storage bucket solutions are S3-compatible. Here are some links for the major cloud providers:

* [Google Cloud Storage](https://cloud.google.com/storage/docs/interoperability) - set up an HMAC key and use `https://storage.googleapis.com` as the endpoint override
* [Cloudflare R2](https://developers.cloudflare.com/r2/api/s3/api/)
* Azure Storage currently doesn't have a built-in S3 compatibility layer, but there are [open source proxy](https://github.com/gaul/s3proxy) solutions.


---

# 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://docs.arcwise.app/espanol/configuracion-de-arcwise/conectar-el-almacen-de-datos/s3.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.
