# RustFS

RustFS is an absolutely remarkable *S3-compatible* object storage (read more on the [RustFS web site](https://rustfs.com/)).

#### Step #1: in the RustFS web console

To use this object storage as a backend for SFTP.cloud, the first thing you need to do is creating a bucket in the RustFS web UI, as you'd usually do:

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/DHuimage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/DHuimage.png)

Once the bucket is created, **the next thing you'll need is an Access Key** (and its associated Secret) to access it. You can issue them in the Access Keys tab in the RustFS web UI. We recommend you limit the scope of your Access Key only to the bucket(s) you genuinely want to use via SFTP.cloud.

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/RgPimage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/RgPimage.png)

That's it for the RustFS side. Now let's move to the SFTP.cloud side.

#### Step #2: in your SFTP.cloud Storage Connector

The first thing to do is to add a new **Virtual File System**. For RustFS in particular there are a few small (but extremely important) details to pay attention to:

- **Type:** `S3` (just like any other S3-compatible object stores)
- **Region:** leave empty
- **Endpoint:** this needs to be the RustFS S3 endpoint, by default RustFS uses `http://<rustfs-host-ip-addr>:30292` unless you configured it with TLS (which you definitely should) in which case it's `https://...`

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/kKbimage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/kKbimage.png)

<p class="callout info">**<span style="text-decoration: underline;">Do NOT forget</span>** to push the `Save` button next to the **Access secret** after you type it in, or it won't be saved, and nothing will work.</p>

Then, still in the Storage Connector UI, go to the **Users** page, and give your user(s) the desired access to the newly created VFS:

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/84himage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/84himage.png)

#### Finally

Test it out. Connect to it via your SFTP.cloud WebClient, create a folder, upload some files...

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/Ghvimage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/Ghvimage.png)

Then, back in the RustFS web UI you can verify that your folder and file(s) did actually land there:

[![image.png](https://kb.syncplify.com/uploads/images/gallery/2026-09/scaled-1680-/OVuimage.png)](https://kb.syncplify.com/uploads/images/gallery/2026-09/OVuimage.png)

And you're done. That's all there is to it. 😄