Package-level declarations
Types
Link copied to clipboard
class DefaultS3AuthSchemeProvider(endpointProvider: S3EndpointProvider? = null, authSchemePreference: List<ERROR CLASS: Symbol not found for aws.smithy.kotlin.runtime.auth.AuthSchemeId>? = null) : S3AuthSchemeProvider
Link copied to clipboard
class S3AuthSchemeParameters
Link copied to clipboard
interface S3AuthSchemeProvider : <ERROR CLASS> ERROR CLASS: Symbol not found for AuthSchemeProvider<aws/sdk/kotlin/services/s3/auth/S3AuthSchemeParameters>
S3AuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultS3AuthSchemeProvider for the default SDK behavior of this interface.