Skip to content

Docs for how to use S3 over GridStore? #307

Closed
@gateway

Description

@gateway

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions