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

posta 2 anni fa293 visualizzazioni
1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande