Moved dev file storage to inside meteor app folder

Prevented verbose logging of file storage
This commit is contained in:
Stefan Zermatten
2022-11-19 18:34:52 +02:00
parent b6b0cfbb9b
commit cea63e6a8e
4 changed files with 6 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ if (Meteor.isServer && Meteor.settings.useS3) {
storagePath,
onBeforeUpload,
onAfterUpload,
debug = !Meteor.isProduction,
debug,// = !Meteor.isProduction,
allowClientCode = false,
}) {
const collection = new FilesCollection({
@@ -224,7 +224,7 @@ if (Meteor.isServer && Meteor.settings.useS3) {
storagePath,
onBeforeUpload,
onAfterUpload,
debug = !Meteor.isProduction,
debug,// = !Meteor.isProduction,
allowClientCode = false,
}) {
const collection = new FilesCollection({