Skip to content

opendir raises a ResourceNotFound exception for a subdirectory which does exist. #8

@nackjicholson

Description

@nackjicholson
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions