Skip to content

S3 Multipart Upload into ObjectLock enabled bucket (go, sdk-v2) #4839

Answered by AAZANOVICH
AAZANOVICH asked this question in Q&A
Discussion options

You must be logged in to vote

Seems like the issue was in incorrect md5 lib usage, the following works:
hash := md5.New()
hash.Write(largeObject)
md5Hash := base64.StdEncoding.EncodeToString(hash.Sum(nil))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RanVaknin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant