Documentation
¶
Overview ¶
Package amzn contains AWS-specific implementation.
Index ¶
- Variables
- func GenerateDataKey(keyID string) (dataKey string, keyARN string, err error)
- func Get(bucket, key string) (etag string, modified time.Time, body io.ReadCloser, err error)
- func HasChanged(bucket, key string, etag string) (changed bool, err error)
- func Head(bucket, key string) (etag string, modified time.Time, err error)
- func NewKey(node ast.Node) (encryption.Key, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AWSSession returns an AWS session that can be used for // AWS operations. The calling program can override this // if necessary. The default implementation returns a session // with defaults obtained from the environment. AWSSession func() *session.Session )
Functions ¶
func GenerateDataKey ¶
GenerateDataKey generates a new data encryption key that can be used in the configuration file.
func HasChanged ¶
HasChanged determines whether the S3 object has changed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.