benyap / firestore-backfire

Ultimate control over importing and exporting your Firestore data
https://www.npmjs.com/package/firestore-backfire
MIT License
25 stars 2 forks source link

Is it possible to extend a DatasourceWriter or manually select one? #409

Closed rjborba closed 1 year ago

rjborba commented 1 year ago

Hey! First of all thanks for this lib.

I'm trying to upload my backup to DigitalOcean Spaces. It claims to be compatible with AWS S3. I was wondering if s3 writer could be able to do the operations with DigitalOcean address. But seems like the matcher defaults to local. If not possible to just reuse s3 writer, is there a way to extend it?