Skip to content

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

Open
@pjbull

Description

@pjbull

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AzurebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions