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

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

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

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

관련 콘텐츠