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