Get Scaleway bucket visibility (public/private)
scaleway_s3_get_bucket_visibilityDetermine a bucket's public or private status by analyzing its ACL grants, and retrieve the raw grant details.
Instructions
Read a bucket's visibility, derived from its ACL grants: 'public' if the anonymous AllUsers group holds any grant, otherwise 'private'. Returns the raw grants too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name. | |
| region | No | Region to operate in. Defaults to the server's configured region (fr-par). |