I\'m working on a new app using MonoTouch and I\'d like to store data in AWS.
I saw there is an AWS.net library available from Amazon, but I don\'t know if I can use
For standard upload of files from monotouch to S3 I used this Library , recompiled in MonoDevelop using MonoTouch Library Template and done ( use System.Web.Services instead of System.Web ).
Recompile AWS for monotouch has to be really difficult because of the heavy use of System.Web and IOrderedDictionary ( ThirdParty Libraries ).