mirror of
https://github.com/nabbar/golib.git
synced 2025-10-20 14:35:20 +08:00
Bump dependancies
- AWS SDK to release v1.0.0 - other dependancies Fix Packages : - AWS : fix validator function, rules, config model - Certificates : fix func NewFrom - HTTPServer: fix IsRunning Fix other : - Fix CI/CD job to prevent alert on files modified - Fix missing licence comment header
This commit is contained in:

committed by
Nicolas JUHEL

parent
d46a10bb82
commit
1249f319bc
@@ -26,6 +26,7 @@
|
||||
package object
|
||||
|
||||
import (
|
||||
/* #nosec */
|
||||
"crypto/md5"
|
||||
"encoding/base64"
|
||||
"io"
|
||||
@@ -98,6 +99,7 @@ func (cli *client) MultipartPutCustom(partSize libhlp.PartSize, object string, b
|
||||
return cli.multipartCancel(err, upl.UploadId, object)
|
||||
}
|
||||
|
||||
/* #nosec */
|
||||
h := md5.New()
|
||||
if _, err := tmp.WriteTo(h); err != nil {
|
||||
return cli.multipartCancel(err, upl.UploadId, object)
|
||||
|
Reference in New Issue
Block a user