minio/pkg/bucket/policy
Anis Elleuch 52a1d248b2
policy: Do not return an error for invalid value during parsing (#9442)
s3:HardwareInfo was removed recently. Users having that admin action
stored in the backend will have an issue starting the server.

To fix this, we need to avoid returning an error in Marshal/Unmarshal
when they encounter an invalid action and validate only in specific
location.

Currently the validation is done and in ParseConfig().
2020-05-10 10:55:28 -07:00
..
condition fix: support object-remaining-retention-days policy condition (#9259) 2020-04-06 13:44:16 -07:00
action.go add bucket tagging support (#9389) 2020-05-05 14:18:13 -07:00
action_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
actionset.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
actionset_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
effect.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
effect_test.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
error.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
id.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
id_test.go policy: Do not return an error for invalid value during parsing (#9442) 2020-05-10 10:55:28 -07:00
policy.go fix: remove any duplicate statements in policy input (#9385) 2020-04-17 21:26:42 -07:00
policy_test.go fix: remove any duplicate statements in policy input (#9385) 2020-04-17 21:26:42 -07:00
principal.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
principal_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resource.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resource_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resourceset.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
resourceset_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
statement.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00
statement_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 2020-01-27 14:12:34 -08:00