mirror of
https://github.com/minio/minio.git
synced 2025-12-01 22:02:33 -05:00
Support signature v4 at rest
This commit is contained in:
@@ -374,6 +374,7 @@ func (donut API) createObject(bucket, key, contentType, expectedMD5Sum string, s
|
||||
"contentType": contentType,
|
||||
"contentLength": strconv.FormatInt(size, 10),
|
||||
},
|
||||
signature,
|
||||
)
|
||||
if err != nil {
|
||||
return ObjectMetadata{}, iodine.New(err, nil)
|
||||
|
||||
Reference in New Issue
Block a user