fix: bump s3_error! footprint baseline to 1687 for auth ListBuckets fix (#5747)

This commit is contained in:
Zhengchao An
2026-08-06 00:05:01 +08:00
committed by GitHub
parent 6f10ca18a9
commit 5f3bc617fe
+1 -1
View File
@@ -24,7 +24,7 @@ cd "$(dirname "$0")/.."
# Baselines verified on 2026-08-05. Lower-only; see header.
S3S_IMPORT_FILES_BASELINE=236
S3_ERROR_LINES_BASELINE=1686
S3_ERROR_LINES_BASELINE=1687
TMP_DIR="$(mktemp -d)"
trap 'rm -rf "$TMP_DIR"' EXIT