delete_bucket_policy
Remove bucket policies from MinIO object storage to manage access control. Use this tool to delete policies associated with specific buckets for streamlined permissions management.
Instructions
删除存储桶策略
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucketName | Yes | 存储桶名称 |
Input Schema (JSON Schema)
{
"properties": {
"bucketName": {
"description": "存储桶名称",
"type": "string"
}
},
"required": [
"bucketName"
],
"type": "object"
}