You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
Closes#2015
# Rationale for this change
Enable the input of the ADLFS option `account_host` via the properties
option `adls.account-host`
# Are these changes tested?
Yes
# Are there any user-facing changes?
The option is now available :)
Copy file name to clipboardExpand all lines: mkdocs/docs/configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ For the FileIO there are several configuration options available:
155
155
| adls.tenant-id | ad667be4-b811-11ed-afa1-0242ac120002 | The tenant-id |
156
156
| adls.client-id | ad667be4-b811-11ed-afa1-0242ac120002 | The client-id |
157
157
| adls.client-secret | oCA3R6P\*ka#oa1Sms2J74z... | The client-secret |
158
+
| adls.account-host | accountname1.blob.core.windows.net | The storage account host. See [AzureBlobFileSystem](https://github.com/fsspec/adlfs/blob/adb9c53b74a0d420625b86dd00fbe615b43201d2/adlfs/spec.py#L125) for reference |
0 commit comments