Regression fix to bring back checkPolicyCond function call (#7897)

Fixes #7895
This commit is contained in:
ebozduman
2019-07-09 22:18:43 -07:00
committed by Nitish Tiwari
parent 1dc25bcf5f
commit 36ee110563
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ func (api objectAPIHandlers) PostPolicyBucketHandler(w http.ResponseWriter, r *h
return
}
// Remove all tmp files creating during multipart upload
// Remove all tmp files created during multipart upload
defer form.RemoveAll()
// Extract all form fields