get_bucket_policy
Retrieve the access policy of a specified bucket in MinIO Storage MCP for security and permissions management. Input the bucket name to fetch detailed policy configuration.
Instructions
获取存储桶策略
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucketName | Yes | 存储桶名称 |
Input Schema (JSON Schema)
{
"properties": {
"bucketName": {
"description": "存储桶名称",
"type": "string"
}
},
"required": [
"bucketName"
],
"type": "object"
}