hyperion.adapters.schema_registry.s3¶
hyperion.adapters.schema_registry.s3
¶
S3-backed :class:SchemaStore adapter (requires boto3 -- [aws]).
S3SchemaStore
¶
Bases: SchemaStore
Schema store for S3.
Initialize the S3 schema store with the given bucket and prefix.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bucket
|
str
|
The S3 bucket. |
required |
prefix
|
str
|
The prefix in the bucket. |
required |