The S3UploadInputStream was deprecated after the release of iOS6. Currently I am using iOS7,so I want to upload throttling stream using S3 AWS-iOS-SDK. What is feasible solution to upload throttling stream.
I created my own framework uploadStream same as S3UploadInputStream. In this framework i achieved throttling for uploading using delay and packet size. Its working well.