Skip to content
Project
DeliveryConfiguredProject scoped

Storage

All capabilities

One object store for the project holds compacted state and write-ahead logs.

What it guarantees

Storage is configured once for the project rather than per environment. Any compatible endpoint presents the same durability interface, and the region the bucket sits in decides how far a recovery has to reach.

  • Connect any compatible object storage endpoint
  • Keep the credential out of module runtimes and out of application state
  • Prove the bucket is reachable, writable, and readable for a recovery

Configured resources

What this capability is holding up. It is configured once for the project, so nothing here changes with the environment.

ResourceKindStateConfiguration
production storeBucketActiveThe durable history for this project
credential bindingProject secretBoundReadable only by the host
recovery probeStorage checkWatchingReads the newest recoverable state every five minutes

Telemetry

EndpointConfiguredOne store for the project
Availability100%Every check over the last day
Stored history8.4 GBCompressed state and log segments

Recent activity

  1. Recovery probe passedValidated, 2 minutes agoThe newest stored state was read and its checksum verified.
  2. History batch uploadedCompleted, 4 minutes agoFour compressed log segments reached the store.