BlobStorage.S3
S3 integration for storing large binary data alongside DynamoDB entities.
Installation
dotnet add package Oproto.FluentDynamoDb.BlobStorage.S3
Key Features
- Automatic Storage - Seamlessly store large properties in S3
- Reference Management - Automatic S3 key generation and tracking
- Lazy Loading - Load blob data on demand
- Cleanup - Automatic deletion of S3 objects when entities are removed
Quick Start
// TODO: Add actual code example