Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTables ¶
CreateTables provisions the blob domain's DynamoDB tables — the blobs table and the ACL table — and is the single entry point for setting them up. It is idempotent (existing tables are left as-is) and blocks until both are ACTIVE.
func NewAccessInDynamoDB ¶
func NewAccessInDynamoDB(client *dynamodb.Client, table string) blob.AccessStore
NewAccessInDynamoDB returns a blob.AccessStore backed by the given DynamoDB ACL table. Use CreateTables to provision it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.