philtromans
Results
1
issues of
philtromans
Hi, It looks like the buffer argument that's passed in isn't being passed into the underlying `readinto()` call. This causes a `TypeError` when Python tries to invoke the function: https://github.com/PyFilesystem/s3fs/blob/7f95af69e904e58b068ac4f6b39c2da488d5d918/fs_s3fs/_s3fs.py#L154...