How to store data from android to amazon s3
Thanks 开发者_StackOverflow中文版for previous replies.
I want to store images that is residing in my sdcard to amazon s3 cloud. i have no idea to share the data from android to amazon, if anyone having idea, pls guide me.
Do you just want to upload the pictures then there are several apps in the market.
If you want to transfer the data programmatically then you can use the AWS SDK:
http://aws.amazon.com/de/sdkforandroid/
精彩评论