mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
xl/bootup: Server bootup shouldn't return for missing buckets. (#3255)
Ref #3196
This commit is contained in:
@@ -1118,8 +1118,6 @@ func testWebSetBucketPolicyHandler(obj ObjectLayer, instanceType string, t TestE
|
||||
policy string
|
||||
pass bool
|
||||
}{
|
||||
// Inexistent bucket
|
||||
{"fooo", "", "readonly", false},
|
||||
// Invalid bucket name
|
||||
{"", "", "readonly", false},
|
||||
// Invalid policy
|
||||
|
||||
Reference in New Issue
Block a user