Versions in this module Expand all Collapse all v0 v0.2.0 Oct 15, 2019 v0.1.0 Oct 15, 2019 Changes in this version + type Bucket struct + Bucket string + KeyPrefix string + func (b Bucket) Apply(rules []Rule) error + func (b Bucket) SelectionAsString() string + type Object struct + Bucket string + Key string + func NewObject(bucket string, key string) Object + func (o Object) Apply(rules []Rule) error + func (o Object) String() string + type Rule struct + Else string + Header string + When []When + type When struct + Extension string + Then string