1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 13:02:57 -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
Bala FA
0d52126023 Enhance policy handling to support SSE and WORM ()
- 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