Skip to content

Commit 2d2386f

Browse files
ebostijancicEmil Bostijancic
and
Emil Bostijancic
authored
fix(ui): uses correct default URL value for WALE_S3_ENDPOINT (zalando#1793)
Co-authored-by: Emil Bostijancic <[email protected]>
1 parent 3ce0b1e commit 2d2386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/operator_ui/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
WALE_S3_ENDPOINT = getenv(
100100
'WALE_S3_ENDPOINT',
101-
'https+path://s3-eu-central-1.amazonaws.com:443',
101+
'https+path://s3.eu-central-1.amazonaws.com:443',
102102
)
103103

104104
USE_AWS_INSTANCE_PROFILE = (

0 commit comments

Comments
 (0)