Skip to main content
GET
/
storage
/
provisioning
/
v1
/
storage
/
{storage_id}
/
s3
/
bucket
/
{bucket_name}
/
policy
Check S3 bucket public access status
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}/policy \
  --header 'Authorization: <api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

storage_id
integer<int64>
required
bucket_name
string
required

Response

BucketPolicyStatusResponse returns a boolean indicating public access status

BucketPolicyStatus model for the boolean response