Make S3 bucket private
Storage
Make S3 bucket private
deprecated
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
Make S3 bucket private