Get Scaleway bucket visibility (public/private)
scaleway_s3_get_bucket_visibilityCheck if a Scaleway S3 bucket is public or private by reading its ACL grants. Determines visibility from anonymous AllUsers grants and returns the raw grants for verification.
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). |