ORE Studio 0.0.4
Loading...
Searching...
No Matches
ores::storage Namespace Reference

Generic object storage API for ORE Studio. More...

Detailed Description

Generic object storage API for ORE Studio.

Provides HTTP path helpers for the generic S3-like object storage API (PUT/GET/DELETE /api/v1/storage/{bucket}/{key}). The storage layer is application-agnostic; bucket name constants are defined by each domain library (e.g. ores.compute.api). The filesystem-backed HTTP implementation lives in ores.http.core.