# Packages

No description provided by the author

# Functions

ExportStorageConfFromURI generates an ExportStorage config from a URI string.
MakeExportStorage creates an ExportStorage from the given config.
MakeKeyRewriter creates a KeyRewriter.
MakeLocalStorageURI converts a local path (absolute or relative) to a valid nodelocal URI.
SanitizeExportStorageURI returns the export storage URI with sensitive credentials stripped.
SHA512ChecksumData returns the SHA512 checksum of data.

# Constants

AzureAccountKeyParam is the query parameter for account_key in an azure URI.
AzureAccountNameParam is the query parameter for account_name in an azure URI.
ExportRequestLimit is the number of Export requests that can run at once.
S3AccessKeyParam is the query parameter for access_key in an S3 URI.
S3SecretParam is the query parameter for the 'secret' in an S3 URI.

# Variables

AddSSTableEnabled wraps "kv.import.experimental_addsstable.enabled".

# Structs

KeyRewriter rewrites old table IDs to new table IDs.

# Interfaces

ExportStorage provides functions to read and write files in some storage, namely various cloud storage providers, for example to store backups.