v32

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

Make S3 bucket private

Removes the public read policy from an S3 bucket, making all objects private and accessible only with proper authentication credentials. After this operation, anonymous users will no longer be able to access bucket contents via HTTP requests.

Deprecated: Use PATCH /v4/object_storages/{storage_id}/buckets/{bucket_name} with {"policy": {"public": false}} instead.

delete/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