Browse Source

无jira任务,S3默认配置设置为false

release/11.0
AeolusZane 1 year ago
parent
commit
74c4068979
  1. 2
      front/bundle.js
  2. 2
      src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js

2
front/bundle.js

@ -164,7 +164,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
editorWidth: EDITOR_WIDTH,
watermark: BI.i18nText("Plugin-S3_Input"),
text: "PathStyleAccess",
value: () => String(Boolean(this.model.enablePathStyleAccess)),
value: () => this.model.enablePathStyleAccess,
ref: function (_ref) {
self.enablePathStyleAccessRow = _ref;
},

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