Storage service
Object Storage
Object Storage is a provider-agnostic placeholder for an external or unmanaged bucket. Use it to represent object storage in your design when a managed integration isn't needed — its declared outputs let other services consume the connection details you record for it.
Object Storage is the generic member of the Storage service integrations. It handles its own webhook route:
POST
Generic object storage placeholder/object-storage/webhookWhat it does
Like the generic Database and Server placeholders, this service does not deploy, run health checks, report metrics, or expose functions (doesNotDeploy: true). It only answers the webhook challenge so it can be registered, and declares a set of outputs other services can consume.
Outputs
bucket— the bucket name.endpoint— the storage endpoint URL.region— the storage region.publicBaseUrl— the public base URL objects are served from.
Need a live connection?
For a managed connection with health checks, metrics, and object functions, use the Amazon S3 integration — it also covers S3-compatible providers via a custom endpoint.Events it handles
WEBHOOK_CHALLENGE— verify the webhook endpoint.