The Meteor Chef
#013 - Uploading Files to Amazon S3

In this recipe, we'll learn how to build an interface for uploading files to Amazon S3 using the edgee:slingshot package. We'll learn about getting an account setup on Amazon, configuring an S3 bucket, and figuring out how permissions work. We'll also learn how to organize our upload and validation processes using modules to make our code neat, tidy, and efficient.

Read on The Meteor Chef

Demo the Recipe

Download the Source

The code for this recipe is licensed under the MIT License.