Skip to content

when using readbytes(path), get ResourceNotFound #65

Open
@jordaniac89

Description

@jordaniac89
with open_fs('s3://' + self.bucket + '/') as s3fs:
                print(s3fs.exists(path)) ## true
                print(s3fs.isfile(path)) ## false
                return s3fs.readbytes(path) ## ResourceNotFound

where the path is the full path (minus the bucket) to the file, i.e. a/b/c.txt

I've made sure that my credentials in ~/.aws/credentials are correct, but I'm not sure if there's something else I'm doing wrong, or if readbytes is supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions