Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Tarkus (0.13 sec)

  1. cmd/encryption-v1.go

    	_, err = newEncryptMetadata(r.Context(), kind, keyID, key, bucket, object, metadata, kmsCtx)
    	return
    }
    
    // EncryptRequest takes the client provided content and encrypts the data
    // with the client provided key. It also marks the object as client-side-encrypted
    // and sets the correct headers.
    func EncryptRequest(content io.Reader, r *http.Request, bucket, object string, metadata map[string]string) (io.Reader, crypto.ObjectKey, error) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 36.5K bytes
    - Viewed (0)
Back to top