- Newest
- Most votes
- Most comments
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
Relevant content
- asked 2 years ago
- asked 8 months ago
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago