Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsManagedCmk ¶
type AwsManagedCmk struct{}
func (*AwsManagedCmk) Decorate ¶
func (a *AwsManagedCmk) Decorate(input *s3.PutObjectInput)
type CustomerKey ¶
type CustomerKey struct {
AwsKmsKeyId string
}
func (*CustomerKey) Decorate ¶
func (c *CustomerKey) Decorate(input *s3.PutObjectInput)
type ServerSideEncryptionStrategy ¶
type ServerSideEncryptionStrategy interface {
Decorate(input *s3.PutObjectInput)
}
Click to show internal directories.
Click to hide internal directories.