Skip to content

Commit

Permalink
Add https de base url with osc-sdk-rust
Browse files Browse the repository at this point in the history
Signed-off-by: jerome.jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Feb 17, 2024
1 parent 4e9a1af commit aec9a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn load(path: String) -> Result<Config, Box<dyn Error>> {
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;
}
Expand Down

0 comments on commit aec9a98

Please sign in to comment.