Storage
Make S3 bucket public
Applies a public read policy to the S3 bucket, allowing anonymous users to download/access all objects in the bucket via HTTP GET requests. This makes the bucket suitable for static website hosting, public file sharing, or CDN integration. Only grants read access - users cannot upload, modify, or delete objects without proper authentication.
Deprecated: Use PATCH /v4/object_storages/{storage_id}/buckets/{bucket_name} with {"policy": {"public": true}} instead.
post/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}/policy
Path parameters
storage_idinteger required
bucket_namestring required
Response
A SuccessResponse is a response that shows that operations was completed successfully