pub fn default() -> impl BackoffPolicyExpand description
The default backoff policy for the Storage clients.
The service recommends exponential backoff with jitter, starting with a one second backoff and doubling on each attempt.
pub fn default() -> impl BackoffPolicyThe default backoff policy for the Storage clients.
The service recommends exponential backoff with jitter, starting with a one second backoff and doubling on each attempt.