Skip to content

Commit

Permalink
fix: remove https
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 14, 2024
1 parent 45930ef commit b0633c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"path": "s3://inge-cst-euw4-jgdag-prd",
"aws_access_key": {"env": "GCS_ACCESS_KEY_ID"},
"aws_secret_key": {"env": "GCS_SECRET_ACCESS_KEY"},
"aws_endpoint": "https://storage.googleapis.com",
"aws_endpoint": "storage.googleapis.com",
}
)
},
Expand Down

0 comments on commit b0633c9

Please sign in to comment.