kannappanr and GitHub
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana and kannappanr
1a7e6d4768
Handle multiple conditions in policies ( #7079 )
...
Fixes #7078
2019-01-17 10:28:24 -08:00
Harshavardhana and GitHub
2a0e4b6f58
Add boolean function condition support ( #7027 )
2018-12-28 12:18:58 -08:00
Harshavardhana and GitHub
4e4f855b30
Add support for new policy conditions ( #7024 )
...
This PR implements following condition types
- StringEqualsIgnoreCase and StringNotEqualsIgnoreCase
- BinaryEquals
2018-12-26 17:39:30 -08:00
Harshavardhana and GitHub
2db22deb93
Fix policy bugs Null conditions and canonical names ( #7021 )
...
This PR fixes two different issues
- Null condition implementation
- HTTP Canonical request value names
This PR fixes handling of null conditions and
handle HTTP canonical names in request values.
This PR was tested with policies mentioned in the following blog
https://aws.amazon.com/blogs/security/how-to-prevent-uploads-of-unencrypted-objects-to-amazon-s3/
Fixes #6955
2018-12-26 02:03:28 -08:00
Bala FA and kannappanr
0d52126023
Enhance policy handling to support SSE and WORM ( #5790 )
...
- remove old bucket policy handling
- add new policy handling
- add new policy handling unit tests
This patch brings support to bucket policy to have more control not
limiting to anonymous. Bucket owner controls to allow/deny any rest
API.
For example server side encryption can be controlled by allowing
PUT/GET objects with encryptions including bucket owner.
2018-04-24 15:53:30 -07:00