feat: add object storage production capability

This commit is contained in:
donghyeon-ka
2026-07-31 23:50:03 +09:00
parent b3add0162d
commit f0a6d1c8c8
427 changed files with 39930 additions and 699 deletions
File diff suppressed because it is too large Load Diff
@@ -949,6 +949,13 @@ and durable interfaces are explicit.
### 13.3 Object storage
The authoritative implementation-level design for this capability is
[Object Storage Production Capability Deep Design](2026-07-28-objectstorage-production-capability-design.md).
Its ordered REDGREEN execution batches and promotion gates are in the
[Object Storage Production Capability Implementation Plan](../plans/2026-07-28-objectstorage-production-capability.md).
This subsection is only the cross-capability baseline; the dedicated design governs when details
differ.
Replace whole-object `byte[]` as the only path with:
- streaming upload/download and range reads;
File diff suppressed because it is too large Load Diff