mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
Regression fix to bring back checkPolicyCond function call (#7897)
Fixes #7895
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user