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
kannappanr
2f2c7d91a8
Add new extended list of JWT keys from OpenID group ( #9087 )
...
https://www.iana.org/assignments/jwt/jwt.xhtml#claims
5 years ago
Harshavardhana
16a6e68d7b
fix: indicate PutBucketEncryption as a valid policy action ( #9009 )
5 years ago
Krishnan Parthasarathi
026265f8f7
Add support for bucket encryption feature ( #8890 )
...
- pkg/bucket/encryption provides support for handling bucket
encryption configuration
- changes under cmd/ provide support for AES256 algorithm only
Co-Authored-By: Poorna <poornas@users.noreply.github.com>
Co-authored-by: Harshavardhana <harsha@minio.io>
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