1
0
Fork 0
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:
Simon Smith 2024-07-29 14:41:36 +01:00 committed by GitHub
parent 10b57dcf9e
commit 6da9222871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 153 additions and 0 deletions

View file

@ -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": {