# S3

Arcwise supports any S3-compatible storage bucket as as a destination for third-party integrations. See [Connecting to Integrations](https://docs.arcwise.app/espanol/configuracion-de-arcwise/integraciones/descripcion-general) 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](https://docs.arcwise.app/espanol/configuracion-de-arcwise/gestion-de-usuarios-y-roles).
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="https://content.gitbook.com/content/wI8nYxt7RQv62I15Xc6n/blobs/bPlsr0J5iI0V4trSNcaW/CleanShot%202023-11-09%20at%2017.26.39@2x.png" 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.
