Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/encryption-v1.go

    	// object into parts in PutObject()
    	return len(o.ETag) != 32
    }
    
    // ParseSSECopyCustomerRequest parses the SSE-C header fields of the provided request.
    // It returns the client provided key on success.
    func ParseSSECopyCustomerRequest(h http.Header, metadata map[string]string) (key []byte, err error) {
    	if crypto.S3.IsEncrypted(metadata) && crypto.SSECopy.IsRequested(h) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 37.8K bytes
    - Viewed (0)
Back to top