Skip to content

Commit

Permalink
[DOCS] Fix broken example URL (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang authored Jul 2, 2024
1 parent 4c6fcd0 commit 3752740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/io-config/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub struct S3Credentials {
/// client_secret (str, optional): Azure Client Secret
/// use_fabric_endpoint (bool, optional): Whether to use Microsoft Fabric, you may want to set this if your URLs are from "fabric.microsoft.com". Defaults to false
/// anonymous (bool, optional): Whether or not to use "anonymous mode", which will access Azure without any credentials
/// endpoint_url (str, optional): Custom URL to the Azure endpoint, e.g. "https://my-account-name.blob.core.windows.net". Overrides `use_fabric_endpoint` if set
/// endpoint_url (str, optional): Custom URL to the Azure endpoint, e.g. ``https://my-account-name.blob.core.windows.net``. Overrides `use_fabric_endpoint` if set
/// use_ssl (bool, optional): Whether or not to use SSL, which require accessing Azure over HTTPS rather than HTTP, defaults to True
///
/// Example:
Expand Down

0 comments on commit 3752740

Please sign in to comment.