Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewSSE (0.1 sec)

  1. cmd/bucket-replication.go

    			if err != nil {
    				return putOpts, false, err
    			}
    		}
    		putOpts.Internal.LegalholdTimestamp = lholdTimestamp
    	}
    	if crypto.S3.IsEncrypted(objInfo.UserDefined) {
    		putOpts.ServerSideEncryption = encrypt.NewSSE()
    	}
    
    	if crypto.S3KMS.IsEncrypted(objInfo.UserDefined) {
    		// If KMS key ID replication is enabled (as by default)
    		// we include the object's KMS key ID. In any case, we
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
Back to top