We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #486 from sbcd90/master
fd2241a
[Fix for Issue ##485] bug fix for handling subDirectories under a directory
Thanks for merging the PR!!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: