minio/pkg/bucket/policy
Harshavardhana a94a9c37fa
fix: support IAM policy handling for wildcard actions (#11530)
This PR fixes

- allow 's3:versionid` as a valid conditional for
  Get,Put,Tags,Object locking APIs
- allow additional headers missing for object APIs
- allow wildcard based action matching
2021-02-12 23:05:09 -08:00
..
condition fix: support IAM policy handling for wildcard actions (#11530) 2021-02-12 23:05:09 -08: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