Hanzo
OpenapiS3

Whether object storage is usable here

A real readiness probe rather than a liveness stub: 200 only when the storage credentials are present, and it additionally reports whether presigning is…

GET /v1/s3/health

Addresshttps://api.hanzo.ai/v1/s3/health
MethodGET
Operationget_s3_health
AuthAuthorization: Bearer $HANZO_API_KEY

A real readiness probe rather than a liveness stub: 200 only when the storage credentials are present, and it additionally reports whether presigning is available — the capability the two URL-issuing operations need and refuse without.

An unconfigured deployment answers 503 with ready:false and the reason, which is the same state in which every data-plane operation here refuses. Not token-gated, so the platform can probe it without a credential, and it carries no credential, bucket or tenant detail.

Request

GET /v1/s3/health takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo s3 health

S3 API · All Hanzo APIs · Interactive reference

How is this guide?

On this page