package
0.5.10
Repository: https://github.com/gdbu/snapshotter.git
Documentation: pkg.go.dev

# Functions

NewFile will return a new instance of File.
NewS3 will return a new instance of S3.
NewS3Config will return a new parsed S3 configuration from a toml source.

# Constants

Break is used as a break for an iterator.

# Structs

File will manage file writing.
S3 manages the Amazon S3 backend.
S3BatchUploader is an s3 batch uploader.
S3Config represents an S3 configuration.
S3Iterator iterates through an s3 bucket.
S3UploadOpts is the set of supported options for s3 uploads.
UploadPair is a key/body pair used for batch uploads.

# Type aliases

ForEachFn is called for ForEach methods.