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

Not returning sub-directories under a directory in Swift #485

Closed
sbcd90 opened this issue Oct 27, 2015 · 1 comment
Closed

Not returning sub-directories under a directory in Swift #485

sbcd90 opened this issue Oct 27, 2015 · 1 comment

Comments

@sbcd90
Copy link

sbcd90 commented Oct 27, 2015

Hello,

Openstack4j ObjectStorageService.list() does not return sub-directory names under a particular directory.

The api which fails looks like this:

objectStorageService.objects().list(containerName, ObjectListOptions.create().startsWith("hello/p1/").delimiter('/').limit(9999))

The above call returns entries correctly but does not return the sub-directory name.

Kindly help.

Thanks & regards,
Subhobrata

gondor added a commit that referenced this issue Oct 28, 2015
[Fix for Issue ##485] bug fix for handling subDirectories under a directory
@gondor gondor added this to the 2.0.7 Release milestone Oct 28, 2015
@sbcd90
Copy link
Author

sbcd90 commented Oct 28, 2015

Thanks for merging the PR!!

@sbcd90 sbcd90 closed this as completed Oct 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants