mirror of
https://github.com/pgsty/minio.git
synced 2026-08-02 08:35:58 +03:00
PostPolicy - rename of files/functions + add testcases (#3104)
This commit is contained in:
committed by
Harshavardhana
parent
63f1b4fdf4
commit
0f32efb825
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user