Flow of Presigned URL

0

Want to understand the flow of Presigned URL, who assign that to app, like

App request -> AWS App request -> APP does it go to AWS at any point to get the URL Please help

feita há 2 anos293 visualizações
1 Resposta
0

I think a little bit of context could be useful to help you. I'm guessing that you are using S3 Presigned URLs to serve static content in a web/mobile app? If so, usually your backend will call (through the AWS SDK) the S3 API to create the presigned URL, and it will deliver that URL to your frontend. The frontend will then call that URL to download the content protected by the presigned URL.

If that wasn't your case, feel free to add more context in order to help you!

AWS
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