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
also the self.isdir method points to a S3FileSystem
