> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rabata

> Connect Rabata Object Storage buckets as sources and destinations for transfer tasks.

Rabata Object Storage — S3-compatible, with a region-specific endpoint.

## At a Glance

|                   |                                                   |
| ----------------- | ------------------------------------------------- |
| **Region**        | Required — e.g., `us-east-1`                      |
| **Endpoint URL**  | Required — `s3.<region>.rabata.io`                |
| **Credentials**   | Access key — `access_key_id`, `secret_access_key` |
| **Task defaults** | `s3_no_check_bucket: true`, `fast_list: true`     |

## Credentials

Create a [secret](/secrets) with the **Rabata** provider type. The auth method is
`rabata_access_key`, which requires:

| Field               | Description              |
| ------------------- | ------------------------ |
| `access_key_id`     | Rabata access key ID     |
| `secret_access_key` | Rabata secret access key |

Generate access keys from the Rabata console.

## Location Setup

| Field             | Value                              |
| ----------------- | ---------------------------------- |
| **region**        | Required — e.g., `us-east-1`       |
| **endpoint\_url** | Required — `s3.<region>.rabata.io` |

Both region and endpoint URL are required, and the endpoint includes the region (e.g.,
`s3.us-east-1.rabata.io`).

Example:

| Field          | Example value            |
| -------------- | ------------------------ |
| name           | `Rabata US`              |
| location\_type | Rabata                   |
| bucket\_name   | `acme-storage`           |
| region         | `us-east-1`              |
| endpoint\_url  | `s3.us-east-1.rabata.io` |

## Importing from rclone.conf

Rabata remotes appear in `rclone.conf` as `type = s3` with `provider = Rabata`. See the
[rclone import guide](/guides/import-rclone-config).
