Andrew Shore
Andrew Shore
Created a simple pass through toxy script to just forward traffic and I'm seeing large ~20 sec spikes fairly regularly. I'm sending 60 requests per second through toxy. I've got...
Batch write operations are a common use case across many AWS services. There is opportunity to improve the developer experience in regards to these style operations. As mentioned in https://github.com/aws/aws-sdk-java/issues/1162,...
Unclear what exactly this would mean, some investigation is required. But for uploads I imagine we'd do some buffering of the content, if it's greater than 5MB we would do...
Make sure we play nice with the module systems in OSGI and Java9 (especially our detection of the default HTTP implementation). Ensure that we can provide modularized service clients to...
Potentially expose some mechanism to execute a raw HTTP request which uses the client stack (retries, metrics, etc). Look into inclusion of presigned URL support in TransferManager (resumable or multipart...
### Describe the bug Credentials injected via `ExecutionInterceptor` using request override configuration are not respected when using the new auth scheme (SRA). The same credentials ARE respected when using the...