# Functions
Read reads the given URI.
# Constants
FileScheme is the scheme for local files.
GCSScheme is the scheme for GCS.
SecretManagerScheme URI scheme for gcp secrets.
# Structs
Factory returns the correct filehelper based on a files scheme.
GCPSecretManager implements the interface but for GCP secrets URIs should look like gcpsecretmanager:///projects/${project}/secrets/${secret}/versions/${version}.
No description provided by the author
# Interfaces
FileHelper is an interface intended to transparently handle working with GCS, local files, and other filesystems e.g.