you need to change the timeout of the boto config like this: config = botocore.config.Config(connect_timeout=300, read_timeout=300) client ...
確定! 回上一頁