Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Amazon Simple Storage Service (S3) on Android

What's the best way to use Amazon Simple Storage Service (S3) on Android?

For iPhone I use ASIHTTPRequest. Is there something similar for Android?

like image 584
hpique Avatar asked Jun 07 '10 04:06

hpique


People also ask

Does Amazon S3 have storage service?

Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.


1 Answers

There is now an Amazon-supported Android SDK: http://aws.amazon.com/sdkforandroid/ . It's only been out since the end of 2010, but it seems to work well - it allowed me to easily upload a photo to S3.

like image 92
Eric Brynsvold Avatar answered Sep 26 '22 15:09

Eric Brynsvold