RESTful server with Amazon S3 integration demo.

This page demonstrates how Mongoose could be used to implement a RESTful service that uses another RESTful service to handle it's own API call. This example takes form data and uploads it as a file to Amazon S3. Open S3 console and create a bucket for testing. Fill out correct bucket name in the fields below.

If you're getting a "Temporary Redirect" error, look what is the Endpoint value is. It's likely that you have something like BUCKET_NAME.S3_ZONE.amazonaws.com. Change the Host field to S3_ZONE.amazonaws.com and retry.