Cloud drive powered by S3 storage

0

Purpose: To use AWS S3 for a long term archival purpose for document management Query: Are these possible with S3 as a storage class?

  1. Are there any reference implementations or SDK to create something like a drive functionality?
  2. Apart from upload/access/delete, ability to: a) Create team wise access for buckets/directories b) Share a directory or bucket to a group and files as well
  3. A features similar to a cloud drive (say google drive or min of sharepoint).
s3drive
已提問 5 個月前檢視次數 235 次
1 個回答
0

Hello

  1. There is not a specific S3 storage class that is used exactly like a drive you are looking for. While some S3 storage classes are for archival purposes (Glacier Suite), if you plan on utilizing S3 classes for queries as well, a different storage class with lower retrieval cost would benefit you. If you plan on querying this data frequently, I would encourage you to look into S3 storage classes outside of archival. Documentation: https://aws.amazon.com/s3/storage-classes/
  2. With S3, you are able to control access to your bucket(s) to only your team members. I would encourage you to take a look at IAM Users, Groups, and Policies to control access to your S3 bucket. If you solely want to share just the content of buckets to your team (you don't want your team mates to control/configure S3), check out S3 presigned URLs for sharing your bucket content. Documentation(s): https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html, https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html
  3. If you are looking for a cloud drive specifically, something similar to Google Drive, have you checked out Amazon WorkDocs over Amazon S3? This service has more "drive-like" features that you might be interested in. https://aws.amazon.com/workdocs/
已回答 4 個月前

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

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

回答問題指南