I m try to host videos on S3 and to put data transfer limits so I don t get charged for more than say 20GB, any way to do that?
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 ...