Skip to main content

is_access_denied

Function is_access_denied 

Source
fn is_access_denied(e: &AppError) -> bool
Expand description

Detect whether an AppError represents an access-denied condition from S3.

Used by copy_object_with_fallback to decide whether to attempt the download+upload fallback path.