首页 > 解决方案 > How to create signed URL to fetch private content from cloud front in Android

问题描述

I am developing Android app in Kotlin. We need to fetch audio from amazon cloud front. How to create signed URL for amazon cloud front to access private content in Android? Is there any library to create signed URL for amazon cloud front?

Need to play an audio file without downloading and need to download the audio file for different purpose.

标签: androidkotlinamazon-cloudfrontpre-signed-url

解决方案


今天解决了这个问题,所以如果有人遇到同样的问题,我想我会在这里发布解决方案。

我只是按照链接。现在我可以在云端创建签名的 url。


推荐阅读