rpc_dart_blob 1.0.0
rpc_dart_blob: ^1.0.0 copied to clipboard
Streamed blob storage contract and adapters for rpc_dart (binary/object storage alongside rpc_dart_data).
1.0.0 #
- Added
S3BlobStorageAdapter(S3/MinIO/Ceph-compatible) storing blobs under<prefix><collection>/<id>with metadata-based versioning and optimistic checks. - New
S3BlobStorageAdapter.connect(...)helper for quick setup; list/Head/read/write/delete/listCollections wired to S3 operations; descriptors include a presigned download URL. - README now documents S3/MinIO usage; pubspec updated with the MinIO client dependency.
- Initial version.