allowing s3 synth folder

This commit is contained in:
fyears
2024-04-27 12:01:30 +08:00
parent a9126e5947
commit df7b6e1848
9 changed files with 116 additions and 48 deletions
+3
View File
@@ -868,6 +868,9 @@ export default class RemotelySavePlugin extends Plugin {
// it causes money, so disable it by default
this.settings.s3.useAccurateMTime = false;
}
if (this.settings.s3.generateFolderObject === undefined) {
this.settings.s3.generateFolderObject = false;
}
if (this.settings.ignorePaths === undefined) {
this.settings.ignorePaths = [];
}