mirror of
https://github.com/minio/mc.git
synced 2025-11-29 19:43:09 +03:00
Large MC Update (new encryption flags, functional test suite, removal of session code, minor cleanup, vuln. updates ) (#4882)
This commit is contained in:
@@ -92,6 +92,8 @@ const (
|
||||
AmzObjectLockRetainUntilDate = "X-Amz-Object-Lock-Retain-Until-Date"
|
||||
// AmzObjectLockLegalHold sets object lock legal hold
|
||||
AmzObjectLockLegalHold = "X-Amz-Object-Lock-Legal-Hold"
|
||||
amzObjectSSEKMSKeyID = "X-Amz-Server-Side-Encryption-Aws-Kms-Key-Id"
|
||||
amzObjectSSE = "X-Amz-Server-Side-Encryption"
|
||||
)
|
||||
|
||||
type dialContext func(ctx context.Context, network, addr string) (net.Conn, error)
|
||||
|
||||
Reference in New Issue
Block a user