expire:apiVersion:v1bucket:mybucket# Bucket where this job will expire matching objects fromprefix:myprefix# (Optional) Prefix under which this job will expire objects matching the rules below.rules:- type:object # objects with zero ore more older versionsname:NAME# match object names that satisfy the wildcard expression.olderThan:70h# match objects older than this valuecreatedBefore:"2006-01-02T15:04:05.00Z"# match objects created before this date and time in RFC3339 formattags:- key:namevalue:pick*# match objects with tag 'name', all values starting with 'pick'metadata:- key:content-typevalue:image/*# match objects with 'content-type', all values starting with 'image/'size:lessThan:10MiB# match objects with size less than this value (e.g. 10MiB)greaterThan:1MiB# match objects with size greater than this value (e.g. 1MiB)purge:# retainVersions: 0 # (default) delete all versions of the object. This option is the fastest.# retainVersions: 5 # keep the latest 5 versions of the object.- type:deleted# objects with delete marker as their latest versionname:NAME# match object names that satisfy the wildcard expression.olderThan:10h# match objects older than this value (e.g. 7d10h31s)createdBefore:"2006-01-02T15:04:05.00Z"# match objects created before this date and time in RFC3339 formatpurge:# retainVersions: 0 # (default) delete all versions of the object. This option is the fastest.# retainVersions: 5 # keep the latest 5 versions of the object including delete markers.notify:endpoint:https://notify.endpoint# notification endpoint to receive job completion statustoken:Bearer xxxxx# optional authentication token for the notification endpointretry:attempts:10# number of retries for the job before giving updelay:500ms# least amount of delay between each retry