Uploading file to a bucket on Amazon s3

Hi,

We are looking to upload files to our amazon s3 bucket using Corona. Is there anyone here that already did this code and would like to share it ?

thanks

Nick

AWS has a RESTful API:

http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html

Are you having trouble with setting the right header with Corona’s network.request method?

Yes, we have not been able to successfully uploaded file and were wandering if somebody else was able to do it and share some light on how do it. 

I think the main problem is calculation “Autorization” header.

Most probably, do you know the recipe to use please ?

Sorry, I stopped with “Autorization” header like you, i think we need to find qualified specialist who could help us with this header!

AWS has a RESTful API:

http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html

Are you having trouble with setting the right header with Corona’s network.request method?

Yes, we have not been able to successfully uploaded file and were wandering if somebody else was able to do it and share some light on how do it. 

I think the main problem is calculation “Autorization” header.

Most probably, do you know the recipe to use please ?

Sorry, I stopped with “Autorization” header like you, i think we need to find qualified specialist who could help us with this header!