activestorage-aws-record 0.1.0
A metadata backend that lets Active Storage store its Blob, Attachment, and VariantRecord rows in Amazon DynamoDB (through the aws-record gem) instead of Active Record. Blob bytes still flow through any Active Storage Service (Disk, S3, ...); only the metadata lives in DynamoDB. Implements the generic custom Active Storage backend contract.
Gemfile:
=
install:
=
Versions:
- 0.1.0 June 02, 2026 (40.5 KB)
Runtime Dependencies (7):
activejob
>= 8.1
activemodel
>= 8.1
activestorage
>= 8.1
activesupport
>= 8.1
aws-record
~> 2.15
aws-sdk-dynamodb
~> 1
globalid
>= 1.0