mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-15 17:21:46 +01:00
Add s3 configuration options
This commit is contained in:
@@ -31,13 +31,15 @@
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// For S3 backend:
|
||||
// For S3 backend (endpoint, region, and usePathStyle are optional):
|
||||
//
|
||||
// {
|
||||
// "archive": {
|
||||
// "kind": "s3",
|
||||
// "endpoint": "http://192.168.178.10",
|
||||
// "bucket": "my-job-archive",
|
||||
// "region": "us-east-1",
|
||||
// "usePathStyle": true,
|
||||
// "accessKey": "...",
|
||||
// "secretKey": "..."
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user