mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
Add ObjectNode provides S3-compatibile APIs. Fusion Storage interface expose two interface (POSIX and S3-compatible) for file operation. Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"role": "objectnode",
|
|
"hosts": "127.0.0.1",
|
|
"logDir": "/cfs/log/",
|
|
"logLevel": "debug",
|
|
"listen": 80,
|
|
"masters": [
|
|
"192.168.0.11:17010",
|
|
"192.168.0.12:17010",
|
|
"192.168.0.13:17010"
|
|
]
|
|
}
|