mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add s3 autobackup support (#6280)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
10b57dcf9e
commit
6da9222871
4 changed files with 153 additions and 0 deletions
|
@ -132,6 +132,16 @@
|
|||
"password": "pass",
|
||||
"folderName": "MeshCentral-Backups",
|
||||
"maxFiles": 10
|
||||
},
|
||||
"_s3": {
|
||||
"accessKey": "MYLONGACCESSKEY",
|
||||
"secretKey": "MYLONGSECRETKEY",
|
||||
"endpoint": "myS3.myserver.com",
|
||||
"port": 9000,
|
||||
"ssl": false,
|
||||
"bucketName": "test",
|
||||
"folderName": "MeshCentral-Backups",
|
||||
"maxfiles": 10
|
||||
}
|
||||
},
|
||||
"_redirects": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue