Support S3 compatible storage services (#56)

* add s3compat filesystem driver

* add s3compat ui modal

* fix code style
This commit is contained in:
Timo
2024-04-16 17:24:56 +02:00
committed by GitHub
parent 093b2acc24
commit dc8a85538f
8 changed files with 398 additions and 22 deletions

View File

@@ -51,6 +51,17 @@ export const useDiskStore = (useWindow = false) => {
bucket: '',
root: '',
},
s3CompatDiskConfigData: {
name: '',
selected_driver: 's3compat',
key: '',
secret: '',
region: '',
bucket: '',
root: '',
endpoint: '',
},
}),
getters: {