Skip to content

Commit e486388

Browse files
committed
add comment about S3 ordering for build logs
1 parent 677297a commit e486388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/web/build_details.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub(crate) async fn build_details_handler(
8989
(
9090
String::from_utf8(file.0.content).context("non utf8")?,
9191
storage
92-
.list_prefix(&prefix)
92+
.list_prefix(&prefix) // the result from S3 is ordered by key
9393
.await
9494
.map_ok(|path| {
9595
path.strip_prefix(&prefix)

0 commit comments

Comments
 (0)