How to use third-party storage

June 9, 2022 ยท View on GitHub

Meteor-Files package has flexible API, so it can get integrated it with any 3rd party storage. Any 3rd party storage with REST API or Node.js SDK can be easily integrated.

Integration examples:

  • AWS S3 Bucket Integration
  • DropBox Integration
  • GridFS using GridFSBucket
  • GridFS using gridfs-stream (legacy)
  • Google Cloud Storage Integration

AWS S3 and DropBox is available in demo app out-of-the box