Using Amazon Simple Storage Service (S3) on Android

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

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

+5
source share
3 answers

The Amazon Android SDK is currently supported: http://aws.amazon.com/sdkforandroid/ . It was released only from the end of 2010, but it seems to be working well - it allowed me to easily upload a photo to S3.

+4
source

, , , , . REST API , .

- , .

+1

I think any S3 Java API should do this? Check out the docs for the Java API libraries.

0
source

All Articles