i’m new in accessing Amazon S3 from objective C. I wanna learn some, but then i have problems. I cant get a connection to Amazon S3 because i dont know how to send my username and password using some code. Can somebody tell me how??
Thank you all
Regards,
Risma
Amazon has an AWS SDK for iOS that allows connecting to S3 via Objective-C. Download the SDK and look at the code examples included with it.