| with_s3_retry | R Documentation |
Specialized wrapper for S3 operations with S3-specific retry patterns
with_s3_retry(expr, max_attempts = 3, operation_name = "S3 operation")
expr |
Expression to evaluate (AWS API call) |
max_attempts |
Maximum retry attempts (default: 3) |
operation_name |
Optional name for logging (default: "AWS operation") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.