Description
There is no method to retrieve files list as cursor except direct query to fs.files. GridFS object has method list(), but it is equivalent with db["fs.files"].distinct("filename"). It will be good to add functionality to work with files collection as a cursor, which is expanded with method read() to retrieve file's data.