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年前329ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ