Merge branch 'master' of https://github.com/Victrid/remotely-save into Victrid-master

This commit is contained in:
fyears
2022-03-20 23:37:26 +08:00
5 changed files with 29 additions and 1 deletions
+3
View File
@@ -658,6 +658,9 @@ export default class RemotelySavePlugin extends Plugin {
if (this.settings.s3.partsConcurrency === undefined) {
this.settings.s3.partsConcurrency = 20;
}
if (this.settings.s3.forcePathStyle === undefined) {
this.settings.s3.forcePathStyle = false;
}
}
async saveSettings() {