I would like to retrieve an image URL with non-public access using the AWS Android SDK. I will be displaying the image via the URL myself, but I'm not sure how to go about getting permissions via the secret access key.
I would like to keep these images private, so making them public is not an option for me.
How would I go about doing this?