# Functions

NewRetryableTransport creates a http transport with retry capability.
No description provided by the author
No description provided by the author
RetryWhenAWSErrCodeEquals retries a function when it returns a specific AWS error.
RetryWhenAWSErrCodeNotEquals retries a function until it returns a specific AWS error.

# Variables

DefaultWaitRetryInterval is used to set the retry interval to 0 during acceptance tests.
No description provided by the author

# Structs

RetryableTransport client is a bridge between scw.httpClient interface and retryablehttp.Client.
No description provided by the author
No description provided by the author