Kaige

Results 1 comments of Kaige

I have encountered this problem with recursive too. My environment: Python 3.6.9 s3fs 0.5.0 fsspec 0.8.0 Case 1: ```python fs = s3fs.S3FileSystem() fs.get("s3://bucket/dir/", "./local/", recursive=True) ``` Where `s3://bucket/dir/` contains nested...