Rpc error: code = Canceled desc = context canceled

I’m getting the error message "rpc error: code = Canceled desc = context canceled" when I try to list more than 4000 files via the S3 gateway.
How can I identify the cause of this error?
I haven’t found anything useful in the error log.

I realized that the error is not related to Pydio, but to Rclone instead.
The –timeout flag solved the problem.

Thanks for letting know