Closed
Description
with open_fs('s3://my-bucket') as root_fs:
with root_fs.opendir('a_real_directory') as dir_fs:
print dir_fs.listdir(u'/')
Raises Not Found on the line which calls opendir
I find things to work entirely when using file://
or osfs://
protocol urls, but things tend to explode when using s3://
. Because I've hit two show stopping issues in two attempts to use s3fs and pyfilesystem, I'm gonna conclude that the premise of this being a compliant FS
implementation is false, untested, and broken.
It's a grand idea to write interchangeable filesystem code, best of luck!
Metadata
Metadata
Assignees
Labels
No labels