Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Blob Storage: download_to does not work for containers where blobs folders and files with the same name #313

Open
pjbull opened this issue Jan 20, 2023 · 0 comments
Labels
Azure bug Something isn't working

Comments

@pjbull
Copy link
Member

pjbull commented Jan 20, 2023

In azure blob storage you can have the following situation:

  • az://container/hello # a file on storage
  • az://container/hello/world # different file on storage

In this case, az://container/hello is both a file and a folder. At the very least, this breaks our download_to method, since it is recursive only if is_file returns False, which will never happen.

@pjbull pjbull added bug Something isn't working Azure labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant