# Connect S3 Drive to NeevCloud S3 Bucket

S3 Drive allows users to transform compatible storage backends like S3 and WebDAV into personal encrypted file storage solutions. It offers drive mounting, syncing, backup, file versioning, and search capabilities.

Install and configuration&#x20;

To install the s3 drive follow these [links](https://docs.s3drive.app/install/)

Now we are performing on the Windows operating system&#x20;

After Installation of the s3 drive to mount on the NeevCloud storage&#x20;

Create an account using mail and password&#x20;

<figure><img src="/files/5NI3rt3icW0WHQxHWdqZ" alt=""><figcaption></figcaption></figure>

After login the s3 drive click on the manage account&#x20;

<figure><img src="/files/zkiSmjBtugaWVeJFPTW6" alt=""><figcaption></figcaption></figure>

In the account section, we have two options the first is s3 (remote basic) and the second is Rclone, where we define the cloud providers' details&#x20;

<figure><img src="/files/a7RE5QDpr1qUQcGwtNT0" alt=""><figcaption></figcaption></figure>

Now configure the Rclone and set the cloud storage details&#x20;

<figure><img src="/files/zhp1Bo1E86haZWDR1IlU" alt=""><figcaption></figcaption></figure>

Rclone config and click on the add.

```
"s3": {
    "access_key_id": "<accessKeyId>",
    "secret_access_key": "<secret>",
    "endpoint": "https://s3-api.neevcloud.com",
    "provider": "Other",
    "region": "CentralIndia",
    "type": "s3"
},
```

<figure><img src="/files/HwO0XmzDj1FmLDIIfG5Y" alt=""><figcaption></figcaption></figure>

Now that the account has been added, click on the account and see the cloud buckets.

<figure><img src="/files/6X6tQz1XSVVfOeEEsWA9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/n44OLGh4bz3EHGHVyaGW" alt=""><figcaption></figcaption></figure>

Now performing the copy and move data from the remote host to the destination host.

<figure><img src="/files/EgqNAg3Wc7gvbzYoYXU7" alt=""><figcaption></figcaption></figure>

Now click on the sync to connect the NeevCloud storage&#x20;

<figure><img src="/files/CYM3ZWjzRkmR2HLAnroj" alt=""><figcaption></figcaption></figure>

Now click on  the ( + ) to add the account&#x20;

<figure><img src="/files/3CX0NZu7hC1l8mCpbZl4" alt=""><figcaption></figcaption></figure>

Now Configure the sync remote host to the destination host&#x20;

Now click on the source remote.

<figure><img src="/files/aqqp39lTr88YxtSaDn8o" alt=""><figcaption></figcaption></figure>

Now select the source path and local folders

<figure><img src="/files/SKWduEXxmUCbj47OFJvu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/75uTWZihXXmjcD4YVxxh" alt=""><figcaption></figcaption></figure>

After selecting the remote and local you will get the source path&#x20;

<figure><img src="/files/5QDOuWRx057TidpwgeYn" alt=""><figcaption></figcaption></figure>

Now, the destination configuration path for selecting the 'TO'.

<figure><img src="/files/5egWkTJUCKiyETbgXhNH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AN2NyFD2DnYrfPXkf3ne" alt=""><figcaption></figcaption></figure>

After selecting the destination path, you will get the destination path with the s3 bucket name

<figure><img src="/files/A3LcSVnMetXEB3bcTybZ" alt=""><figcaption></figcaption></figure>

In this section, you have to configure the mode and syn timing and click on the save&#x20;

<figure><img src="/files/Bb2dySM51n6GaG0JlZzG" alt=""><figcaption></figcaption></figure>

Now completed the configuration to check the sync process&#x20;

<figure><img src="/files/HS2cfc0zziI8TkazUnq9" alt=""><figcaption></figcaption></figure>

Let's see all the data copied into the S3 storage bucket&#x20;

Now check the local folder&#x20;

<figure><img src="/files/3L9ARRL7UsT7t7I0wgSP" alt=""><figcaption></figcaption></figure>

Now check the destination host&#x20;

<figure><img src="/files/rKpNHW3bHG55bcmdZ5ob" alt=""><figcaption></figcaption></figure>


---

# 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.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-s3-drive-to-neevcloud-s3-bucket.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.
