Skip to content

Commit c4c082a

Browse files
committed
add no sign request for anonymous users
1 parent b6a44bd commit c4c082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_benchmark/render_report_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BASE_DIR="s3://openproblems-data/resources/$TASK/results"
1313
OUTPUT_DIR="output/report"
1414

1515
# find subdir in bucket with latest date
16-
DATE=$(aws s3 ls $BASE_DIR --recursive | awk '{print $4}' | grep 'task_info.yaml' | sort -r | head -n 1 | sed 's#.*/run_\(.*\)/[^/]*$#\1#')
16+
DATE=$(aws s3 ls $BASE_DIR --recursive --no-sign-request | awk '{print $4}' | grep 'task_info.yaml' | sort -r | head -n 1 | sed 's#.*/run_\(.*\)/[^/]*$#\1#')
1717

1818
INPUT_DIR="$BASE_DIR/run_$DATE"
1919
TASK_STRIP_PREFIX=$(echo $TASK | sed 's/task_//')

0 commit comments

Comments
 (0)