I’m interested in uploading data (images mostly) from my Android App to Amazon S3 and then storing its reference into a Amazon SimpleDB (with other data).
Do anyone have a working example that takes an image and some data (text, etc) from an app and uploads the image to S3 and stores the reference to the image and the data into a SimpleDB for later retrieval?
I’ve been going through the Amazon SDK for Android and looking at their examples and reading what I can find on the subject but I can’t seem to find a good example that I can understand and implement.
Thanks!
Shannon
You can try this article that shows how to upload images to S3 using the Amazon Android SDK: http://aws.amazon.com/articles/SDKs/Android/3002109349624271