s3fs
s3fs copied to clipboard
Space Separated Resource Not Found in scandir(), works good with listdir()
Space Separated Resource not found, when accessed through fs.scandir(resource)
, but working fine with fs.listdir(resource)
.
Eg:
fs.listdir('/Real Estate/' )
is working butfs.scandir('/Real Estate/')
is not working.
HELP!
There's some problem with fs.getinfo() method. see: i.stack.imgur.com/R7JlS.png. I'm getting same Error as for scandir() and scandir itself use getinfo method. So problem is there.