# 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 &#x20;

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

Both the access key and secret key work together as a pair for authentication - if someone gets hold of either one alone, it's not useful, but together they provide 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](https://docs.expandrive.com/security#authentication) within your local keychain.

### Bucket

This field lets you restrict what buckets the connection can access on your account. [Bucket level organization](https://docs.expandrive.com/amazon-s3#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: 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:

```
GET https://docs.expandrive.com/integrations/wasabi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
