rubyamazon-web-servicesamazon-s3amazon-polly

Amazon Polly to S3 Directly


Is there anyway to tell Amazon's Polly service to dump the audio file to S3 directly?

Using the SDK you can get a stream of the response, which I can then upload to S3, but I was hoping to skip the step and do it directly.

I've tried sending Polly S3-presigned post url as the file location but haven't gotten it to work.


Solution

  • Update: This became possible since the question was asked. See Amazon Polly Now Supports Input Character Limit of 100K and Stores Output Files in S3.