Skip to content

Commit

Permalink
Added more justification
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Oct 24, 2024
1 parent 188803b commit ef00676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/symbolicator-service/src/download/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ impl S3Downloader {
Err(CacheError::NotFound)
}
// Log errors, filtering out some uninteresting ones.
//
// * PermanentRedirect is a user error.
_ if !matches!(err.code(), Some("PermanentRedirect")) => {
tracing::error!(
error = &err as &dyn std::error::Error,
Expand Down

0 comments on commit ef00676

Please sign in to comment.