diff --git a/src/config.rs b/src/config.rs index 59f19d5..4a45a89 100644 --- a/src/config.rs +++ b/src/config.rs @@ -87,7 +87,7 @@ pub fn load(path: String) -> Result> { service: "oapi".to_string(), }); cloud_config.user_agent = Some(format!("bsud/{}", VERSION)); - cloud_config.base_path = format!("api.{}.outscale.com/api/v1", region); + cloud_config.base_path = format!("https://api.{}.outscale.com/api/v1", region); { *CLOUD_CONFIG.write()? = cloud_config; }