PostPolicy - rename of files/functions + add testcases (#3104)

This commit is contained in:
Krishna Srinivas
2016-10-26 22:45:57 +05:30
committed by Harshavardhana
parent 63f1b4fdf4
commit 0f32efb825
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ func (api objectAPIHandlers) PostPolicyBucketHandler(w http.ResponseWriter, r *h
return
}
postPolicyForm, err := parsePostPolicyFormV4(string(policyBytes))
postPolicyForm, err := parsePostPolicyForm(string(policyBytes))
if err != nil {
writeErrorResponse(w, r, ErrMalformedPOSTRequest, r.URL.Path)
return