Amazon web services – How to stream mp3 to S3 and retrieve URL immediately?
How can I write a stream to S3 and immediately retrieve a link to read the content back? I'd like to upload my mp3 file to S3, get the URL to the resource, and send it to the user. Since…