diff --git a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js index af8b1bd..f69de5a 100644 --- a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js +++ b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js @@ -212,7 +212,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) { endPoint: this.model.endPoint, region: this.model.region, accessKeyId: this.model.accessKeyId, - password: this.passwordRow.getCipher(), + password: this.passwordRow.getCompleteCipher(), bucket: this.model.bucket, workRoot: this.filePathRow.getValue(), enablePathStyleAccess,