Add support for saving files to AWS S3

This commit is contained in:
Patrick Pelletier
2016-01-31 22:27:33 -08:00
parent a814655b15
commit 05c2246f7b
5 changed files with 93 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
// Adapter classes must implement the following functions:
// * create(config, filename, data)
// * get(config, filename)
// * location(config, req, filename)
//
// Default is GridStoreAdapter, which requires mongo
// and for the API server to be using the ExportAdapter