content-addressed blob storage: blob_storage.py, memory, local, and S3 adapters
This commit is contained in:
parent
c2bc7071d7
commit
ebace73761
22 changed files with 1489 additions and 47 deletions
|
|
@ -5,6 +5,7 @@ from .asset_service import (
|
|||
AssetRegistryService,
|
||||
RelationshipChangeResult,
|
||||
)
|
||||
from .content_service import RepresentationContentResult, RepresentationContentStream, RepresentationContentService
|
||||
from .ingestion_service import AssetIngestionResult, AssetIngestionService
|
||||
from .retrieval_service import (
|
||||
AssetQueryItem,
|
||||
|
|
@ -53,6 +54,9 @@ __all__ = [
|
|||
"ContextEntityQueryResult",
|
||||
"LexicalIndexRefreshResult",
|
||||
"RelationshipChangeResult",
|
||||
"RepresentationContentResult",
|
||||
"RepresentationContentStream",
|
||||
"RepresentationContentService",
|
||||
"RelationshipQueryItem",
|
||||
"RelationshipQueryRequest",
|
||||
"RelationshipQueryResult",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue