This week in Dynamic Web Development we went over using Amazon Web Services in tandem with our MongoDB database to store file uploads. Because I am using a nodeJS server environment, the Knox node module provides an easy way to put, delete and move files on Amazon S3 storage.

Mongo can be used with S3 to keep track of the stored images using a user id, captions, and filename.