Reputation: 223
How to securely upload image to S3 bucket from my IOS app built using Swift3.2. I have been using AWSCognito and S3 to upload but without using any authentication.I have a custom login for my app.Anyone who uses my app can upload image to S3.Also if anyone uses my website also can use the same S3.Is there any way in which I achieve this.I don't want to make my S3 bucket as public.
Upvotes: 1
Views: 471
Reputation: 11
Look at this solution from AWS Labs
https://github.com/aws-samples/cloudfront-authorization-at-edge
Upvotes: 1