mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
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:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user