Storage
Get branch storage state
Returns whether branchable object-storage is usable for the specified branch. A 200 response means the branch is registered in the storage service and the S3 data plane will accept requests for it. A 404 response includes a reason field indicating why storage is unavailable.
Note: This endpoint is currently in Private Beta.
get/projects/{project_id}/branches/{branch_id}/storage
Response
Storage is enabled for this branch
Example response
{
"s3_endpoint": "https://br-cool-moon-42.storage.c-2.local.neon.build",
"region": "us-east-2",
"force_path_style": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.