Check S3 bucket public access status
Storage
Check S3 bucket public access status
deprecated
Returns whether the S3 bucket is currently configured for public read access. Shows if anonymous users can download objects from the bucket via HTTP requests.
Deprecated: Use GET /v4/object_storages//buckets/ instead,
which returns policy status along with CORS and lifecycle configuration.
GET
Check S3 bucket public access status
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Response
BucketPolicyStatusResponse returns a boolean indicating public access status
BucketPolicyStatus model for the boolean response