package
0.3.1
Repository: https://github.com/aerospike/backup-go.git
Documentation: pkg.go.dev

# Functions

NewReader returns new S3 storage reader.
NewWriter creates a new writer for S3 storage directory/file writes.
WithDir adds directory to reading/writing files from/to.
WithDirList adds a directory list to read files from.
WithFile adds a file path to reading/writing from/to.
WithFileList adds a file list to read from.
WithNestedDir adds withNestedDir = true parameter.
WithRemoveFiles adds remove files flag, so all files will be removed from backup folder before backup.
WithSkipDirCheck adds skip dir check flags.
WithStartAfter adds start after parameter to list request.
WithValidator adds validator to Reader, so files will be validated before reading.

# Structs

Reader represents S3 storage reader.
Writer represents a s3 storage writer.

# Type aliases

No description provided by the author