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

# Wasabi

Introduction

Movebot supports moving files and folders to and from Wasabi.&#x20;

### Requirements

To connect to Wasabi in Movebot you will need:

* To have access to a Wasabi account with the AmazonS3FullAccess policy
* The name of the Wasabi Bucket and its region name
* An Access Key from Wasabi and Wasabi Access Secret Key&#x20;

### Configuration Steps

1. When configuring the source or destination, select **Wasabi** from the list of available connections and set the connection name
2. Provide the region that your Wasabi bucket is located in and the bucket name
   * This can be found in Wasabi under Buckets
3. Provide an access key and secret key from Wasabi. To do this the user will need to have the AmazonS3FullAccess policy
   * In Wasabi, navigate to Access Keys and select 'Create Access Key'
   * Copy and paste the access and secret key from Wasabi into Movebot
4. In Movebot, select Save and Test Connection

### Supported Features

Movebot has comprehensive support for Wasabi and is well-maintained.&#x20;

<table data-header-hidden><thead><tr><th width="351"></th><th></th></tr></thead><tbody><tr><td><strong>Featur</strong>e</td><td><strong>Supported in Movebot</strong></td></tr><tr><td>Files and Folders</td><td>Fully Supported</td></tr><tr><td>Modification Retention</td><td>Fully Supported</td></tr></tbody></table>

\
Tags: wasabi


---

# 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.movebot.io/connections/block-storage/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.
