Today, when I was using bookstore to clone from S3, I found that responses were just hanging indefinitely. It seems to be occurring when we attempt to read the s3 response object's body (with `await obj['Body'].read()`). Importantly, it doesn't hang when using minio's mock s3 server. Does anyone have any insight as to what could be causing this? @kylek @willingc @mseal