Is there a way to make files in S3 only available for those who have link?

0

We need a secure way to manage access to our AWS S3 files, following our company's confidentiality policies. We want to allow authorized users to download and view these files through our portal, ensuring compliance with our company's Terms and Conditions.

Key Points:

  1. Access Control: We need a solution to control access to AWS S3 files securely, limiting it to authorized users like Dealers, Reps, Consultants, and authorized System Integrators as specified by our company.

  2. Limited Access via Object URLs: We are exploring methods to share files through object URLs, allowing access only to users with the specific link, without making the files public.

  3. Compliance: The solution must comply with our company's Terms and Conditions, maintaining the integrity and confidentiality of our company's information.

  4. User Authentication: We're interested in methods for user authentication within the portal to ensure only authorized users can access the files and object URLs.

Outcome Expectation: We aim to find a secure and compliant way for authorized users to download and view AWS S3 files via object URLs, aligning with our company's confidentiality policies and commitment to excellent customer service.

已提问 7 个月前242 查看次数
3 回答
0
profile picture
专家
Kallu
已回答 7 个月前
profile picture
专家
Steve_M
已审核 7 个月前
0

To meet your requirements you may need a few things that are a bit more complex than presigned URLs.

Check out this re:Invent video for a deep dive on access patterns for S3.

profile pictureAWS
专家
已回答 7 个月前
0

you can use presigned URL to manage access to AWS S3 files in this case. presigned URL uses security credentials to grant time-limited permission to download objects.

checkout below link for more details for how to work with presigned URL.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html

Sachin
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容