Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deepwell/src/services/blob/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ impl BlobService {
size,
created: true,
}),
_ => s3_error(&response, "creating final S3 blob")?,
_ => s3_error(&response, "creating finalized S3 blob")?,
}
}
}
Expand Down
Loading