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

已提問 2 年前檢視次數 293 次
1 個回答
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
已回答 2 年前

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

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

回答問題指南