Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToS3 ¶
func ToS3(c *S3ArchiveConfig) error
ToS3 archives the dynamo table to a file in s3 bucket
Types ¶
type S3ArchiveConfig ¶
type S3ArchiveConfig struct { Region string TableName string TableIndex string ScanPartitions int ScanLimit int ScanFilterName string ScanFilterValue string ScanFilterType string ScanFilterOperator string UploadBucket string UploadChunkSize int64 UploadConcurrency int BackupPrefix string Transformer Transformer RunOnLocalStack bool }
S3ArchiveConfig provides the configuration for archiving dynamo table to s3
type Transformer ¶
Click to show internal directories.
Click to hide internal directories.