PresignRetryConfig

data class PresignRetryConfig(val maxAttempts: Int, val baseDelayMs: Long, val multiplier: Double, val maxDelayMs: Long)

Constructors

Link copied to clipboard
constructor(maxAttempts: Int, baseDelayMs: Long, multiplier: Double, maxDelayMs: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard