default

Function default 

Source
pub fn default() -> impl BackoffPolicy
Expand 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.