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

4 Commits

Author SHA1 Message Date
Aakash Muttineni
6f3bd76754 api: Add new bucket policy nesting error ()
* Added ErrPolicyNesting which is returned when nesting of policies has occured
* Replaces ErrMalformedPolicy in the case of nesting
* Changed test case in bucket-policy-parser_test.go (ErrMalformedPolicy -> ErrPolicyNesting)
2016-06-09 01:53:56 -07:00
karthic rao
20ca65c793 Cleanup: mispell fixes 2016-05-06 12:32:44 -07:00
Harshavardhana
ba5805e60a bucketPolicy: Do not use regexes, just do prefix matches. ()
AWS arn supports wildcards and this is flat namespace, simple
prefix matching is fine.

Fixes 
Fixes 
2016-05-05 19:58:48 -07:00
karthic rao
188bb92d8a bucket-policy parset tests, and bug fixes () 2016-04-15 18:23:19 -07:00