Skip to content

Commit 3c6fb0a

Browse files
committed
Don't use AWS region name for staging upload
This change removes the region name from the upload-assets-to-staging.sh script, as AWS region names don't match the CloudFlare ones. Main repo PR: duckdb/duckdb#19551
1 parent a577e67 commit 3c6fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-assets-to-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ fi
6161

6262
for var in "${@: 2}"
6363
do
64-
aws s3 cp $var s3://duckdb-staging/$TARGET/$GITHUB_REPOSITORY/$FOLDER/ $DRY_RUN_PARAM --region us-east-2
64+
aws s3 cp $var s3://duckdb-staging/$TARGET/$GITHUB_REPOSITORY/$FOLDER/ $DRY_RUN_PARAM
6565
done

0 commit comments

Comments
 (0)