# Functions
DecodeAWSConfigFromURI decodes an AWS configuration from a URI.
DecodeAWSS3ConfigFromURI decodes an S3 configuration from a URI.
DecodeAzureBlobConfigFromURI decodes an Azure Blob configuration from a URI.
DecodeAzureConfigFromURI decodes an Azure configuration from a URI.
DecodeGCPConfigFromURI decodes a GCP configuration from a URI.
DecodeGoogleCloudStorageConfigFromURI decodes a Google Cloud Storage configuration from a URI.
DecodeMasterSecretFromURI decodes a master secret from a URI.
# Constants
ChinaCloud is the URL for Vaults in Azure China Cloud.
DefaultCloud is the URL for the default Vault URL.
GermanCloud is the URL for Vaults in Azure German Cloud.
HSMDefaultCloud is the URL for HSM Vaults.
NoStoreURI is a URI that indicates that no storage is used.
USGovCloud is the URL for Vaults in Azure US Government Cloud.
# Structs
AWSConfig is the configuration to authenticate with AWS KMS.
AWSS3Config is the configuration to authenticate with AWS S3 storage bucket.
AzureBlobConfig is the configuration to authenticate with Azure Blob storage.
AzureConfig is the configuration to authenticate with Azure Key Vault.
GCPConfig is the configuration to authenticate with GCP KMS.
GoogleCloudStorageConfig is the configuration to authenticate with Google Cloud Storage.
MasterSecret holds the master key and salt for deriving keys.
# Type aliases
VaultBaseURL is the base URL of the vault.