mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"services": {
|
|
"get": {
|
|
"description": "Downloads file from Minio.",
|
|
"fields": {
|
|
"bucket": {
|
|
"description": "Bucket to use.",
|
|
"name": "Bucket"
|
|
},
|
|
"file_path": {
|
|
"description": "File path on local filesystem.",
|
|
"name": "File path"
|
|
},
|
|
"key": {
|
|
"description": "Object key of the file.",
|
|
"name": "Key"
|
|
}
|
|
},
|
|
"name": "Get"
|
|
},
|
|
"put": {
|
|
"description": "Uploads file to Minio.",
|
|
"fields": {
|
|
"bucket": {
|
|
"description": "[%key:component::minio::services::get::fields::bucket::description%]",
|
|
"name": "[%key:component::minio::services::get::fields::bucket::name%]"
|
|
},
|
|
"file_path": {
|
|
"description": "[%key:component::minio::services::get::fields::file_path::description%]",
|
|
"name": "File path"
|
|
},
|
|
"key": {
|
|
"description": "[%key:component::minio::services::get::fields::key::description%]",
|
|
"name": "Key"
|
|
}
|
|
},
|
|
"name": "Put"
|
|
},
|
|
"remove": {
|
|
"description": "Deletes file from Minio.",
|
|
"fields": {
|
|
"bucket": {
|
|
"description": "[%key:component::minio::services::get::fields::bucket::description%]",
|
|
"name": "[%key:component::minio::services::get::fields::bucket::name%]"
|
|
},
|
|
"key": {
|
|
"description": "[%key:component::minio::services::get::fields::key::description%]",
|
|
"name": "Key"
|
|
}
|
|
},
|
|
"name": "Remove"
|
|
}
|
|
}
|
|
}
|