How do I configure Plupload properly so that it will upload files directly to Amazon S3?
I am implementing a Hadoop Map reduce job that needs to create output in multiple S3 objects. Hadoop itself creates only a single output file (an S3 object) but I need to partition the output into ...