Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS AWS S3 implementation tutorial

I'm looking to implement Amazon Web S3 service in one of my iPhone apps, but I was wondering if anyone knows where I can find a tutorial or some example code of how to implement the SDK on the iPhone. I'll really appreciate your help.

The comments of this post "How to use the AWS SDK for IOS?" don't show the tutorial I'm looking for.

I'm looking for an explanation of how things work between the device and S3 to know how to implement my solution.

like image 999
HelenaM Avatar asked Oct 21 '22 13:10

HelenaM


1 Answers

I help maintain the AWS SDK for iOS. I encourage you to just download the SDK. It includes a couple of samples that cover S3 as well as a number for other services. Each sample includes an article that explains the sample.

You might also want to checkout our Mobile Developer Blog which contains some posts related to higher level features of the SDK.

If none of these resources answer your question, I'd appreciate the feedback about the kind of samples would be helpful to you.

like image 60
Bob Kinney Avatar answered Oct 24 '22 04:10

Bob Kinney