Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseSignV4 (0.06 sec)

  1. cmd/signature-v4-parser.go

    }
    
    // Parses signature version '4' header of the following form.
    //
    //	Authorization: algorithm Credential=accessKeyID/credScope, \
    //	        SignedHeaders=signedHeaders, Signature=signature
    func parseSignV4(v4Auth string, region string, stype serviceType) (sv signValues, aec APIErrorCode) {
    	// credElement is fetched first to skip replacing the space in access key.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top