> For the complete documentation index, see [llms.txt](https://docs.expandrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expandrive.com/integrations/wasabi.md).

# Wasabi

ExpanDrive offers a Wasabi integration to connect to your Wasabi buckets and manage your files. You only need to provide an access key id and secret access key.

## Connection Parameters

The Wasabi connection in Expandrive provides parameters to control exactly what you're connecting to along with your credentials.

### Server

This is the address at which the service can be reached. Wasabi provides different addresses [depending on your storage region](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabi-s-different-storage-regions). Choose the service URL that matches your bucket location.

### Access Key

Access keys are used to make secure requests to the Wasabi service API. The Wasabi Console allows you to [define access keys](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key#assigning-an-access-key) for a user.

An account can have only two access keys per user (two per root account and two per sub-user).

The access key and secret key authenticate as a pair. Either one alone is not useful; together they grant full access to your S3 resources.

### Secret Key

The secret key is your private authentication key that pairs with your access key. This is like a password.

When you save your connection info in ExpanDrive, the secret key is [securely stored](/security.md#authentication) within your local keychain.

### Bucket

This field lets you restrict what buckets the connection can access on your account. [Bucket level organization](/integrations/amazon-s3.md#bucket-level-organization) is a hallmark of S3-compatible services.

If your credentials do not have access to list the buckets in your account, provide the bucket name in your connection parameters.

### Nickname

The nickname serves to identify the connection. This name will show up as the volume label on the mounted drive.


---

# 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.expandrive.com/integrations/wasabi.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.
