mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
fix: conditional checks write for multipart (#21567)
This commit is contained in:
@@ -91,6 +91,7 @@ type ObjectOptions struct {
|
||||
NoDecryption bool // indicates if the stream must be decrypted.
|
||||
PreserveETag string // preserves this etag during a PUT call.
|
||||
NoLock bool // indicates to lower layers if the caller is expecting to hold locks.
|
||||
HasIfMatch bool // indicates if the request has If-Match header
|
||||
ProxyRequest bool // only set for GET/HEAD in active-active replication scenario
|
||||
ProxyHeaderSet bool // only set for GET/HEAD in active-active replication scenario
|
||||
ReplicationRequest bool // true only if replication request
|
||||
|
||||
Reference in New Issue
Block a user