add consistent nonce to make multipart deterministic per part (#20359)

This change adds a consistent nonce to ensure
that multipart uploads are deterministic on a 
per-part basis.

Thanks to @klauspost for the work here minio/sio@3cd3734
This commit is contained in:
Harshavardhana
2024-08-31 11:25:48 -07:00
committed by GitHub
parent 6c746843ac
commit 7a34c88d73
3 changed files with 24 additions and 5 deletions

2
go.mod
View File

@@ -57,7 +57,7 @@ require (
github.com/minio/pkg/v3 v3.0.13
github.com/minio/selfupdate v0.6.0
github.com/minio/simdjson-go v0.4.5
github.com/minio/sio v0.4.0
github.com/minio/sio v0.4.1
github.com/minio/xxml v0.0.3
github.com/minio/zipindex v0.3.1
github.com/mitchellh/go-homedir v1.1.0