mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Canonicalize all the incoming input values, now PresignedPostPolicy works with minio-go
This commit is contained in:
@@ -38,7 +38,7 @@ type Signature struct {
|
||||
AccessKeyID string
|
||||
SecretAccessKey string
|
||||
Presigned bool
|
||||
PresignedPolicy []byte
|
||||
PresignedPolicy string
|
||||
SignedHeaders []string
|
||||
Signature string
|
||||
Request *http.Request
|
||||
|
||||
Reference in New Issue
Block a user