Package: signer
import "../ibm-cos-sdk-go/aws/signer"
Variables
-
var SignRequestHandler = writable
SignRequestHandler handler to route the request to a signer according the credential type
-
Value:
defaultRequestSignerRouter() -
var DefaultSignerHandlerForProviderType = writable
DefaultSignerHandlerForProviderType a map with default handlers per credential type
-
Value:
map[string]request.NamedHandler{ "": v4.SignRequestHandler, "oauth": ibmiam.SignRequestHandler, "v4": v4.SignRequestHandler, }
Function Summary collapse
-
func CustomRequestSignerRouter(opts ...func(*v4.Signer)) request.NamedHandler
CustomRequestSignerRouter routes the request to a signer according to the current credentials type.
Function Details
func CustomRequestSignerRouter(opts ...func(*v4.Signer)) request.NamedHandler
CustomRequestSignerRouter routes the request to a signer according to the current credentials type
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
// File 'aws/signer/signer_router.go', line 46
|