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

asked 2 years ago282 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions