Manjunathagopi

Results 3 issues of Manjunathagopi

### Describe the bug Below mentioned s3 crt client configs we set. ``` Aws::S3Crt::S3CrtClient *s3_crt_client; Aws::S3Crt::Model::GetObjectRequest object_request; Aws::SDKOptions options; Aws::InitAPI(options); Aws::S3Crt::ClientConfiguration config; config.throughputTargetGbps = 1; config.partSize = 10*1024*1024; config.httpRequestTimeoutMs =...

bug
p2

Can someone explain how this retry strategy works, i configured timeout configs to 100ms and retry strategy to NO_RETRY. But still i am seeing requests are not getting cancelled and...

bug
investigating
p2

### Describe the bug We are running a service where we read data from s3 parallelly(multithreading), one day we saw all the threads are still running as head response from...

bug
p2