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.

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠