mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
6695fd6a61
In existing functionality we simply return a generic error such as "MalformedPolicy" which indicates just a generic string "invalid resource" which is not very meaningful when there might be multiple types of errors during policy parsing. This PR ensures that we send these errors back to client to indicate the actual error, brings in two concrete types such as - iampolicy.Error - policy.Error Refer #8202 |
||
---|---|---|
.. | ||
action_test.go | ||
action.go | ||
actionset_test.go | ||
actionset.go | ||
admin-action.go | ||
constants.go | ||
error.go | ||
policy_test.go | ||
policy.go | ||
resource_test.go | ||
resource.go | ||
resourceset_test.go | ||
resourceset.go | ||
statement_test.go | ||
statement.go |