Uploading Files to AWS S3 from an Android App

Posted by Abhishek Kaushik on Stack Overflow See other posts from Stack Overflow or by Abhishek Kaushik
Published on 2014-06-06T20:13:08Z Indexed on 2014/06/11 3:25 UTC
Read the original article Hit count: 138

Edited 7th June,14

My Android app needs to have a feature where clients can upload their files. I want AWS S3 as my storage. Moreover i dont want to use SECRET_KEY and ACCESS_KEY_ID on client side. What is the the best way to do this. Can someone provide the working code too ?

I read that i can request to AWS for a signed URL and then make client directly upload to that URL. How to achieve this ?

© Stack Overflow or respective owner

Related posts about java

Related posts about android