AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3
/
aws.sdk.kotlin.services.s3.express
/
SigV4S3ExpressAuthScheme
Sig
V4S3Express
Auth
Scheme
class
SigV4S3ExpressAuthScheme
(
httpSigner
:
HttpSigner
)
:
AuthScheme
HTTP auth scheme for S3 Express One Zone authentication
Members
Constructors
Sig
V4S3Express
Auth
Scheme
Link copied to clipboard
constructor
(
awsSigner
:
AwsSigner
,
serviceName
:
String
?
=
null
)
constructor
(
httpSigner
:
HttpSigner
)
Properties
scheme
Id
Link copied to clipboard
open
override
val
schemeId
:
AuthSchemeId
signer
Link copied to clipboard
open
override
val
signer
:
HttpSigner
Inherited functions
identity
Provider
Link copied to clipboard
open
fun
identityProvider
(
identityProviderConfig
:
IdentityProviderConfig
)
:
IdentityProvider