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.

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ヶ月前

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

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

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

関連するコンテンツ