storage::deleteObject
Delete an object. No-op when the object does not exist.
Object storage across AWS S3, GCS, Cloudflare R2, and a native local filesystem backend. Streamed uploads, signed URLs, and object change triggers.
exact versions are immutable; binary and bundle artifacts are digest-pinned.
Delete an object. No-op when the object does not exist.
Read an object. Body is base64; for large objects use presignUrl.
Internal: rebuild storage backends from the authoritative configuration when it changes.
Issue a short-lived URL the browser can hit directly to PUT or GET an object.
Write an object to a configured bucket. Body is base64; max 10MB inline.
Fires when an object is written to a configured bucket whose notifications source is wired up.
Fires when an object is removed from a configured bucket whose notifications source is wired up.