Using bucket.getFiles()
it is possible to get all the files in a bucket.
My bucket has thousands of files and I really only want to get metadata on the files in a particular folder.
The documentation is not clear on how to just get the files from a folder. Apparently it is possible to limit the results with a GetFilesRequest
but none of the options include a path or a folder, at least not explicitly.