{ "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" } } }