> ## 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.

# Wasabi

> Connect Wasabi buckets as sources and destinations for transfer tasks.

Wasabi hot cloud storage — S3-compatible, with a region-specific endpoint.

## At a Glance

|                   |                                                   |
| ----------------- | ------------------------------------------------- |
| **Region**        | Required — e.g., `us-east-1`, `eu-central-1`      |
| **Endpoint URL**  | Required — `https://s3.<region>.wasabisys.com`    |
| **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 **Wasabi** provider type. The auth method is
`wasabi_access_key`, which requires:

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

Create access keys from the Wasabi console under **Access Keys**.

## Location Setup

| Field             | Value                                          |
| ----------------- | ---------------------------------------------- |
| **region**        | Required — e.g., `us-east-1`                   |
| **endpoint\_url** | Required — `https://s3.<region>.wasabisys.com` |

Both region and endpoint URL are required, and the endpoint must include the region.

Example:

| Field          | Example value                        |
| -------------- | ------------------------------------ |
| name           | `Wasabi Hot Storage`                 |
| location\_type | Wasabi                               |
| bucket\_name   | `acme-hot`                           |
| region         | `us-east-1`                          |
| endpoint\_url  | `https://s3.us-east-1.wasabisys.com` |

## Importing from rclone.conf

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