Skip to content

[Storage] Fixed parsing of path_name and file_system_name in async clients#23854

Merged
vincenttran-msft merged 3 commits intoAzure:mainfrom
vincenttran-msft:vincenttran/backslash_parser
Apr 7, 2022
Merged

[Storage] Fixed parsing of path_name and file_system_name in async clients#23854
vincenttran-msft merged 3 commits intoAzure:mainfrom
vincenttran-msft:vincenttran/backslash_parser

Conversation

@vincenttran-msft
Copy link
Member

A customer raised issue #23804 in where they were having inconsistent behavior with DataLakeFileClient where the operation is was working on sync clients but not on async clients.

Upon further investigation, we found the source of their issue being how the sync and async client handle the parsing of path_name and file_system_name, and this PR aims to make async client behavior consistent with sync client behavior (and thus, working).

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Apr 6, 2022
@vincenttran-msft vincenttran-msft merged commit 6580b27 into Azure:main Apr 7, 2022
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 10, 2022
@vincenttran-msft vincenttran-msft deleted the vincenttran/backslash_parser branch April 27, 2022 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataLake async file client cannot download using SAS tokens restricted to specific folders

2 participants