Skip to content

Issues using fsspec.spec put method on version 2023.5.0 #1270

@tiagocabo

Description

@tiagocabo

I am using the fsspec version 2023.5.0 to try to upload a local file to a remote s3 bucket. I am having permission issues when the
self.isdir(lpath) is executed.

lpaths = [p for p in lpaths if not (trailing_sep(p) or self.isdir(p))]

Before bumping to this version, both versions 2023.3.0 or 2023.4.0 were working fine.

I think the issue is related with the self.isdir, because of the following error

image

also the self.isdir method points to a S3FileSystem

image

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