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

pull/348/head
Ryan Wang 2021-07-25 17:23:28 +08:00 committed by GitHub
parent 42df7e5b0b
commit 31ac6f9b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -243,6 +243,9 @@
<a-form-model-item label="Bucket桶名称"> <a-form-model-item label="Bucket桶名称">
<a-input v-model="options.minio_bucket_name" placeholder="桶名称" /> <a-input v-model="options.minio_bucket_name" placeholder="桶名称" />
</a-form-model-item> </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-form-model-item label="Access Key">
<a-input-password v-model="options.minio_access_key" autocomplete="new-password" /> <a-input-password v-model="options.minio_access_key" autocomplete="new-password" />
</a-form-model-item> </a-form-model-item>