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

To install the s3 drive follow these links

Now we are performing on the Windows operating system

After Installation of the s3 drive to mount on the NeevCloud storage

Create an account using mail and password

After login the s3 drive click on the manage account

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

Now configure the Rclone and set the cloud storage details

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"
},

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

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

Now click on the sync to connect the NeevCloud storage

Now click on the ( + ) to add the account

Now Configure the sync remote host to the destination host

Now click on the source remote.

Now select the source path and local folders

After selecting the remote and local you will get the source path

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

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

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

Now completed the configuration to check the sync process

Let's see all the data copied into the S3 storage bucket

Now check the local folder

Now check the destination host

Last updated