Browse Source

feat: add region option for minio. (#346)

pull/348/head
Ryan Wang 3 years ago committed by GitHub
parent
commit
31ac6f9b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/views/system/optiontabs/AttachmentTab.vue

3
src/views/system/optiontabs/AttachmentTab.vue

@ -243,6 +243,9 @@
<a-form-model-item label="Bucket(桶名称):">
<a-input v-model="options.minio_bucket_name" placeholder="桶名称" />
</a-form-model-item>
<a-form-model-item label="Region(区域):">
<a-input v-model="options.minio_region" placeholder="区域" />
</a-form-model-item>
<a-form-model-item label="Access Key:">
<a-input-password v-model="options.minio_access_key" autocomplete="new-password" />
</a-form-model-item>

Loading…
Cancel
Save