cuichenli opened a new pull request, #5718: URL: https://github.com/apache/opendal/pull/5718
# Rationale for this change Currently, the java binding only support list current directory, it would be nice to have the ability to list recursively. Given opendal itself already supported this, I think it is reasonable to add this to the java binding as well. But I am not sure if that is suitable, so please feel free to correct me if I missed anything. It is a little bit tricky to add the unit test directly, given `fs` service it self does not support recursively list. But I have tested in my java program with s3 and gcs, they are working as expected. # What changes are included in this PR? Added one paramater to support list recursively. Also fixed one unit test. # Are there any user-facing changes? Java binding's list API changed. <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please add the `breaking-changes` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
