Browse Source

enablePathStyleAccess验证问题

release/11.0
Aeolus.Zhang-张敬峥 2 years ago
parent
commit
729dadf90d
  1. 3
      front/bundle.js
  2. 2
      src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js

3
front/bundle.js

@ -28,7 +28,6 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
render: function () {
var self = this, o = this.options;
console.log(this.model.enablePathStyleAccess);
return {
type: "bi.vertical",
@ -261,7 +260,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
bucket: val.bucket,
workRoot: val.workRoot,
isOpen: false,
enablePathStyleAccess: val.enablePathStyleAccess ?? '',
enablePathStyleAccess: String(val.enablePathStyleAccess) ?? '',
signerOverride: val.signerOverride,
};
},

2
src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save