with_s3_retry: Retry S3 operations

View source: R/aws-retry.R

with_s3_retryR Documentation

Retry S3 operations

Description

Specialized wrapper for S3 operations with S3-specific retry patterns

Usage

with_s3_retry(expr, max_attempts = 3, operation_name = "S3 operation")

Arguments

expr

Expression to evaluate (AWS API call)

max_attempts

Maximum retry attempts (default: 3)

operation_name

Optional name for logging (default: "AWS operation")


starburst documentation built on July 23, 2026, 1:07 a.m.