We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bccca5 commit b784d45Copy full SHA for b784d45
examples/basic-s3-object-lambda-thumbnail/src/s3.rs
@@ -72,7 +72,7 @@ fn check_error(error: SdkError<WriteGetObjectResponseError>) {
72
}
73
if err.is_user() {
74
tracing::info!("User error");
75
- };
+ }
76
if err.is_other() {
77
tracing::info!("Other error");
78
0 commit comments