File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
services/objectstorage/src/stackit/objectstorage Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __init__(
3232 )
3333 """Constructor
3434 """
35- self ._base_path = "https://object-storage.api.eu01. stackit.cloud"
35+ self ._base_path = "https://object-storage.api.stackit.cloud"
3636 """Default Base url
3737 """
3838 self .server_index = 0 if server_index is None else server_index
@@ -56,13 +56,12 @@ def get_host_settings(self):
5656 """
5757 return [
5858 {
59- "url" : "https://object-storage.api.{region} stackit.cloud" ,
59+ "url" : "https://object-storage.api.stackit.cloud" ,
6060 "description" : "No description provided" ,
6161 "variables" : {
6262 "region" : {
6363 "description" : "No description provided" ,
64- "default_value" : "eu01." ,
65- "enum_values" : ["eu01." , "eu02." ],
64+ "default_value" : "global" ,
6665 }
6766 },
6867 }
You can’t perform that action at this time.
0 commit comments