Documentation ¶
Overview ¶
Package gcs implements a storage backend for the KMS using Google Cloud Storage (GCS).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage is an implementation of the Storage interface, storing keys in Google Cloud Storage buckets.
func New ¶
New creates a Storage client for Google Cloud Storage using the provided config.
See the Google docs for more information: https://cloud.google.com/storage/docs/
Click to show internal directories.
Click to hide internal directories.