Skip to content

Commit 0349845

Browse files
committed
fix: https protocol added
1 parent ac988b6 commit 0349845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ jobs:
196196
export access_key_id="${{ secrets.GCP_ACCESS_KEY_ID }}"
197197
export secret_access_key="${{ secrets.GCP_SECRET_ACCESS_KEY }}"
198198
export bucket_name="${{ secrets.GCS_BUCKET_NAME }}"
199-
export s3_endpoint_host="storage.googleapis.com"
199+
export s3_endpoint_host="https://storage.googleapis.com"
200200
export s3_endpoint_port="443"
201201
./.github/scripts/s3/run-integration-s3-compat.sh

0 commit comments

Comments
 (0)