mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Adding return statement after error response in the lastest commit to verify location constraint (#1348)
This commit is contained in:
parent
4cf73caf02
commit
560c3bd153
@ -487,6 +487,7 @@ func (api objectAPIHandlers) PutBucketHandler(w http.ResponseWriter, r *http.Req
|
||||
errCode := isValidLocationContraint(r.Body, serverConfig.GetRegion())
|
||||
if errCode != ErrNone {
|
||||
writeErrorResponse(w, r, errCode, r.URL.Path)
|
||||
return
|
||||
}
|
||||
// Make bucket.
|
||||
err := api.ObjectAPI.MakeBucket(bucket)
|
||||
|
Loading…
Reference in New Issue
Block a user