Delete Scaleway Bucket Policy
scaleway_s3_delete_bucket_policyDelete a bucket's policy completely by setting confirm=true, revoking all grants. Anyone relying only on that policy loses access to the bucket immediately.
Instructions
Remove a bucket's Bucket Policy entirely. Requires confirm=true. Any principal relying only on this policy loses access to the bucket immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name, e.g. 'payments-backups'. | |
| region | No | Region the bucket lives in. Defaults to the server's configured region (fr-par). | |
| confirm | Yes | Must be explicitly true. Removes ALL grants this bucket policy provided - anyone relying on it loses access immediately. |