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

azblob storage backend does not allow changedir into blobprefix #192

Open
arbakker opened this issue Aug 23, 2024 · 0 comments
Open

azblob storage backend does not allow changedir into blobprefix #192

arbakker opened this issue Aug 23, 2024 · 0 comments

Comments

@arbakker
Copy link

I am currently evaluating unFTP for sharing data in Azure Blob Storage over FTP(S). I noticed that with an azblob storage backend (SBE) it is not possible to cd in a given blob prefix. When using a filesystem SBE this work as expected. I am aware that azblob storage is basically a flat list of files. But I was kind of expecting that unFTP would abstract over this somehow.

Is this intented behaviour? Or a consequence of using Opendal as library to interface with azblob? I could not find anything in the unFTP docs about azblob SBE (but also noticed it has been added quite recently).

See behaviour of unFTP with filesystem SBE:

image

Behaviour with azblob SBE:

image


I made a small docker-compose deployment example with Azurite to test the behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant