Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

S3/Dropbox directory synchronization/observing #676

@michaelrokosh

Description

@michaelrokosh

When someone removes or inserts files into the remote storage (S3/Dropbox) outside of the meteor app it doesn't affect the FS.Collection.
Do you have any ideas about this? I'm not sure if there is an efficient way to do so.

E.g.

Meteor.startup(function () {
  FS.Store.Dropbox.sync({
    folder: 'photos'
  })
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions