ursa.store¶
Ursa object-store layer.
Public surface:
ObjectStore(Protocol) — generic blob-IO surfaceObjectMeta— typed metadataErrors:
ObjectStoreError,ObjectNotFound,ObjectExists,ETagMismatch,InvalidMetadataErrorget_store,load_config— factory + config loadingUrsaConfig,R2StoreConfig,LocalStoreConfig,ObjectStoreConfig,R2Creds— Pydantic config models
Subpackages¶
Submodules¶
Package Contents¶
Data¶
API¶
- ursa.store.__all__¶
[‘ObjectStore’, ‘ObjectMeta’, ‘ObjectStoreError’, ‘ObjectNotFound’, ‘ObjectExists’, ‘ETagMismatch’, …