Documentation ¶
Overview ¶
Package storage implements storage backends for DEKs.
If an unset DEK is requested, the backend MUST return ErrDEKUnset.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDEKUnset = errors.New("requested DEK not set")
ErrDEKUnset indicates if a key is not found in storage.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package awss3 implements a storage backend for the KMS using AWS S3: https://aws.amazon.com/s3/
|
Package awss3 implements a storage backend for the KMS using AWS S3: https://aws.amazon.com/s3/ |
Package azureblob implements a storage backend for the KMS using Azure Blob Storage.
|
Package azureblob implements a storage backend for the KMS using Azure Blob Storage. |
Package gcs implements a storage backend for the KMS using Google Cloud Storage (GCS).
|
Package gcs implements a storage backend for the KMS using Google Cloud Storage (GCS). |
Package memfs implements a storage backend for the KMS that stores keys in memory only.
|
Package memfs implements a storage backend for the KMS that stores keys in memory only. |
Click to show internal directories.
Click to hide internal directories.