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
I traverse the container in which there are many directory but get the method return false. my code as follows:
Collection<StoredObject> objects = util.listObjects(containerName); for (StoredObject currentObject : objects) { boolean isDirectory = currentObject.isDirectory(); String path = currentObject.getName(); System.out.println("path="+path+",isDirectory="+isDirectory); }
The text was updated successfully, but these errors were encountered:
Hi @xvusrmqj, which versions of both JOSS and Swift are you using? Are you getting any exceptions? I would like to try to recreate this issue
Sorry, something went wrong.
<dependency> <groupId>org.javaswift</groupId> <artifactId>joss</artifactId> <version>0.9.17</version> </dependency>
no exception.
@ferrys is this issue fixed?
No branches or pull requests
I traverse the container in which there are many directory but get the method return false.
my code as follows:
The text was updated successfully, but these errors were encountered: