Skip to content

Commit 2d06dde

Browse files
hannesstaticlibs
authored andcommitted
moving staging to cf (1.4)
This is a backport of the PR duckdb#433 to `v1.4-andium` stable branch.
1 parent b30b60d commit 2d06dde

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
default: 'false'
1111
type: 'string'
1212
env:
13+
AWS_ENDPOINT_URL: ${{ secrets.S3_DUCKDB_STAGING_ENDPOINT }}
1314
AWS_ACCESS_KEY_ID: ${{ secrets.S3_DUCKDB_STAGING_ID }}
1415
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
1516

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)