Is it safe to share Signed Url of s3 content specifically for images which has AWSAccessKeyId and signature on it ?

0

I need to share images in email for which I am using Signed Url of s3 and I wanted to know is it safe to do that or It will compromise my account's security since my AWSAccessKeyId is appended to link. If so can you suggest some alternative solution for creating such url in nodejs. Thank you for your time.

已提問 2 年前檢視次數 403 次
1 個回答
0

Why not host a static website on S3 with images you want to share?
More of that here:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/HostingWebsiteOnS3Setup.html
Checkout the following links to know more about presigned urls, how to protect them and examples to generate them using AWS SDK https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html Here is a link for Javascript https://aws.amazon.com/blogs/developer/generate-presigned-url-modular-aws-sdk-javascript/

已回答 2 年前

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

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

回答問題指南