Anis Elleuch
778e9c864f
Move dependency from minio-go v6 to v7 ( #10042 )
4 years ago
Harshavardhana
d8af244708
Add numeric/date policy conditions ( #9233 )
...
add new policy conditions
- NumericEquals
- NumericNotEquals
- NumericLessThan
- NumericLessThanEquals
- NumericGreaterThan
- NumericGreaterThanEquals
- DateEquals
- DateNotEquals
- DateLessThan
- DateLessThanEquals
- DateGreaterThan
- DateGreaterThanEquals
5 years ago
Harshavardhana
0cbebf0f57
Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory ( #8892 )
...
Rename to allow for more such features to come in a more
proper hierarchical manner.
5 years ago
Harshavardhana
2c0b3cadfc
Update go mod with sem versions of our libraries ( #7687 )
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
5353edcc38
Support policy variable replacement ( #7085 )
...
This PR supports iam and bucket policies to have
policy variable replacements in resource and
condition key values.
For example
- ${aws:username}
- ${aws:userid}
6 years ago
Harshavardhana
2a0e4b6f58
Add boolean function condition support ( #7027 )
6 years ago
Harshavardhana
4e4f855b30
Add support for new policy conditions ( #7024 )
...
This PR implements following condition types
- StringEqualsIgnoreCase and StringNotEqualsIgnoreCase
- BinaryEquals
6 years ago