Delete Scaleway Bucket Policy
scaleway_s3_delete_bucket_policyRemove a bucket's access policy to revoke all permissions it granted. Requires explicit confirmation; any principal relying solely on this policy immediately loses access.
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. |