minio/pkg/bucket/policy
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
..
condition docs: Add policy variables for resource and conditions (#10278) 2020-08-17 17:39:55 -07:00
action.go Add support for ILM transition (#10565) 2020-11-19 18:47:17 -08:00
action_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
actionset.go Move dependency from minio-go v6 to v7 (#10042) 2020-07-14 09:38:05 -07:00
actionset_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
effect.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
effect_test.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
error.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
id.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
id_test.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
policy.go fix: remove any duplicate statements in policy input (#9385) 2020-04-17 21:26:42 -07:00
policy_test.go fix: remove any duplicate statements in policy input (#9385) 2020-04-17 21:26:42 -07:00
principal.go Move dependency from minio-go v6 to v7 (#10042) 2020-07-14 09:38:05 -07:00
principal_test.go Move dependency from minio-go v6 to v7 (#10042) 2020-07-14 09:38:05 -07:00
resource.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resource_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resourceset.go Move dependency from minio-go v6 to v7 (#10042) 2020-07-14 09:38:05 -07:00
resourceset_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
statement.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
statement_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00