gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

Possibility to provide custom gridfs #410

Closed raffis closed 4 years ago

raffis commented 4 years ago

Describe the change

Provide the possibility to provide a custom gridfs instance to the gridfs storage adapter. If that is the case it will be possible to split the gridfs and the rest of the storage up.

Current situation

The gridfs is taken from the global MongoDB instance.

Should

The gridfs instance should be injected and not selected in the constructor.