minio/pkg/bucket/lifecycle
Poorna Krishnamoorthy 1ebf6f146a Add support for ILM transition (#10565)
This PR adds transition support for ILM
to transition data to another MinIO target
represented by a storage class ARN. Subsequent
GET or HEAD for that object will be streamed from
the transition tier. If PostRestoreObject API is
invoked, the transitioned object can be restored for
duration specified to the source cluster.
2020-11-19 18:47:17 -08:00
..
action_string.go Add missing action stringer for DeleteVersionAction (#10049) 2020-07-15 17:28:49 +05:30
and.go relax validation when loading lifecycle document from the backend (#9612) 2020-05-18 08:33:43 -07:00
error.go Add support for Object Tagging in LifeCycle configuration (#8880) 2020-02-06 13:20:10 +05:30
expiration_test.go lifecycle: Accept document without expiration (#10348) 2020-08-25 12:38:59 -07:00
expiration.go lifecycle: Accept document without expiration (#10348) 2020-08-25 12:38:59 -07:00
filter_test.go Add support for Object Tagging in LifeCycle configuration (#8880) 2020-02-06 13:20:10 +05:30
filter.go lifecycle: Consider multiple tags filtering (#9775) 2020-06-05 10:30:10 -07:00
lifecycle_test.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
lifecycle.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
noncurrentversion.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
rule_test.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
rule.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
tag.go lifecycle: Consider multiple tags filtering (#9775) 2020-06-05 10:30:10 -07:00
transition.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00