Skip to main content

validate_expires_secs

Function validate_expires_secs 

Source
fn validate_expires_secs(expires_secs: u64) -> Result<(), AppError>
Expand description

Pure validation helper extracted so unit tests can call it without a real client. The command and presign_get_object both call this inline for consistency.