79375100

Date: 2025-01-21 16:07:15
Score: 0.5
Natty:
Report link

I'm sure OP has moved on by now, but answering in case it's useful to others...

Per Github issue and SO answer, it looks like you need to set the timeout directly on the class attribute before instantiating any S3FileSystem objects:

import s3fs

S3FileSystem.read_timeout = 18000 # five hours
fs = s3fs.S3FileSystem()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: teejay