Skip to content

Commit

Permalink
Prow: Update docs
Browse files Browse the repository at this point in the history
There has been a change upstream that makes it necessary to specify the
protocol (http or https) for the s3 endpoint.

Signed-off-by: Lennart Jern <[email protected]>
  • Loading branch information
lentzi90 committed Nov 26, 2024
1 parent 3d3eb7a commit f1dc7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Now you are ready to create the files.
{
"region": "RegionOne",
"access_key": "${S3_ACCESS_KEY}",
"endpoint": "xerces.ericsson.net:7480",
"endpoint": "https://xerces.ericsson.net:7480",
"insecure": false,
"s3_force_path_style": true,
"secret_key": "${S3_SECRET_KEY}"
Expand Down

0 comments on commit f1dc7fb

Please sign in to comment.