Retrieving the URL of an image with special permissions using the AWS Mobile SDK for Android

I want to get the URL of a private image using the AWS Android SDK. I will display the image via the URL myself, but I do not know how to get permissions using the secret access key.

I would like these images to be confidential, so I cannot make them publicly available.

How would I do that?

0
source share
1 answer

Unable to create image URL with built-in access control. Because, if only the URL is that it has built-in access (i.e. it already has a signature), then who has this URL does not matter.

, Amazon Cognito (, , ), . IAM, . , , URL-. , URL, .

+1

All Articles