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.

feita há 2 anos403 visualizações
1 Resposta
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/

respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas