v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Storage

Check S3 bucket public access status

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/{storage_id}/buckets/{bucket_name} instead, which returns policy status along with CORS and lifecycle configuration.

get/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}/policy

Path parameters

storage_idinteger required
bucket_namestring required

Response

BucketPolicyStatusResponse returns a boolean indicating public access status

boolean required

BucketPolicyStatus model for the boolean response