Build a Cloud Sync App like DropBox/OneDrive for Windows to Sync S3 Data

0

Hi, I have been using this (Build a Cloud Sync Engine) documentation to build a Cloud Sync Engine, Is there any possibility to Sync the Data from the AWS as like OneDrive did,

We are already have users data in S3 bucket, I'm planning to sync them with this, Like the Folders and Files that are in the user's account, I'm planning to display them in the cloud sync folder like this,

Enter image description here

Kindly suggest me a way to integrate the AWS with the cloud sync engine Any suggestions would be helpful! Thanks for your time.

已提問 2 年前檢視次數 328 次
1 個回答
0

The closest solution I can suggest for your use case is using AWS Storage gateway of S3 file type, where you can deploy storage gateway appliance either on AWS or on your on-prem (recommended closer to user system) and on that you can create SMB or NFS file share which will be mapped to backend S3 bucket and that file share can be mounted on your windows system as network file share. Once the file share is mapped to local drive, you can browse the data or write the data and the same will be synced to backend S3 bucket. If you have any other applications or users who consume this directly in S3 bucket, they can read the data directly from S3 bucket as long as data is not getting modified directly in S3 bucket. Also, you can directly upload the data in S3 bucket and the same data can be available or accessible via SMB file on storage gateway after you run refresh cache operation on that file share.

I hope this answer helps you.

refer: https://docs.aws.amazon.com/filegateway/latest/files3/using-smb-fileshare.html https://docs.aws.amazon.com/filegateway/latest/files3/StorageGatewayConcepts.html

AWS
RRP_AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南