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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠