Closed
Description
I see in the depo s3 adaptor but no real docs on how to set this up to work. I know their is a FilesAdapter.js, do I just change these lines.
var GridStoreAdapter = require('./GridStoreAdapter');
var adapter = GridStoreAdapter;
to
var S3Adapter = require('./S3Adapter');
var adapter = S3Adapter;
Then looking at the S3Adaptor code I see various keys that need to be set?
Could we just get a small writeup on this? Also will their be an option on data migration to move files to a s3 bucket instead?
Metadata
Metadata
Assignees
Labels
No labels