sigV4S3Express
fun sigV4S3Express(unsignedPayload: Boolean = false, serviceName: String? = null, signingRegion: String? = null, disableDoubleUriEncode: Boolean? = null, normalizeUriPath: Boolean? = null): <Error class: unknown class>
Create a new AuthOption for the SigV4S3ExpressAuthScheme
Return
auth scheme option representing the SigV4S3ExpressAuthScheme
Parameters
unsignedPayload
set the signing attribute to indicate the signer should use unsigned payload.
serviceName
override the service name to sign for
signingRegion
override the signing region to sign for
disableDoubleUriEncode
disable double URI encoding
normalizeUriPath
flag indicating if the URI path should be normalized when forming the canonical request