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

How to list blobs from virtual directory in latest nodejs SDK? #85

Closed
jeyarajcs opened this issue May 3, 2019 · 2 comments
Closed

How to list blobs from virtual directory in latest nodejs SDK? #85

jeyarajcs opened this issue May 3, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@jeyarajcs
Copy link

How to list blobs from virtual directory in latest nodejs SDK?
Example :
container_name/videos/May/02/myvideo.webm
container_name/videos/May/02/myvideo1.webm
container_name/videos/May/02/myvideo2.webm
container_name/videos/May/02/myvideo3.webm

I need to get blob list from container_name/videos/May/02/

Originally posted by @jeyarajcs in #19 (comment)

@XiaoningLiu
Copy link
Member

XiaoningLiu commented May 5, 2019

@jeyarajcs Call listBlobHierarchySegment() and use "videos/May/02/" as the prefix.

@XiaoningLiu XiaoningLiu added the question Further information is requested label May 5, 2019
@XiaoningLiu XiaoningLiu self-assigned this May 5, 2019
@jeyarajcs
Copy link
Author

Thank you so much. It's working.

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

No branches or pull requests

3 participants