partial of s3 remoteprefix

This commit is contained in:
fyears
2024-01-06 17:21:53 +08:00
parent cbf656c7b7
commit 586e587d96
7 changed files with 156 additions and 0 deletions
+3
View File
@@ -866,6 +866,9 @@ export default class RemotelySavePlugin extends Plugin {
if (this.settings.s3.forcePathStyle === undefined) {
this.settings.s3.forcePathStyle = false;
}
if (this.settings.s3.remotePrefix === undefined) {
this.settings.s3.remotePrefix = "";
}
if (this.settings.ignorePaths === undefined) {
this.settings.ignorePaths = [];
}