1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 10:13:42 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
5353edcc38
Support policy variable replacement ()
This PR supports iam and bucket policies to have
policy variable replacements in resource and
condition key values.

For example
- ${aws:username}
- ${aws:userid}
2019-01-21 10:27:14 +05:30
Harshavardhana
4e4f855b30
Add support for new policy conditions ()
This PR implements following condition types

- StringEqualsIgnoreCase and StringNotEqualsIgnoreCase
- BinaryEquals
2018-12-26 17:39:30 -08:00