Versions in this module Expand all Collapse all v1 v1.0.2 Mar 17, 2021 Changes in this version + type BucketSSEConfig struct + Rules []SSERule + XMLNS string + XMLName xml.Name + func ParseBucketSSEConfig(r io.Reader) (*BucketSSEConfig, error) + type EncryptionAction struct + Algorithm SSEAlgorithm + MasterKeyID string + type SSEAlgorithm string + const AES256 + const AWSKms + func (alg *SSEAlgorithm) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (alg *SSEAlgorithm) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type SSERule struct + DefaultEncryptionAction EncryptionAction