mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 14:34:47 +00:00
Support S3 compatible storage services (#56)
* add s3compat filesystem driver * add s3compat ui modal * fix code style
This commit is contained in:
@@ -51,6 +51,17 @@ export const useDiskStore = (useWindow = false) => {
|
||||
bucket: '',
|
||||
root: '',
|
||||
},
|
||||
|
||||
s3CompatDiskConfigData: {
|
||||
name: '',
|
||||
selected_driver: 's3compat',
|
||||
key: '',
|
||||
secret: '',
|
||||
region: '',
|
||||
bucket: '',
|
||||
root: '',
|
||||
endpoint: '',
|
||||
},
|
||||
}),
|
||||
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user