Bill Branan

Results 3 comments of Bill Branan

The simplest way to be backwards compatible here would likely be to add a new method, perhaps something like `setRangeEnd(long end)`, which results in the expected header value. Thanks for...

Using the suggested work around results in the following error: ``` com.amazonaws.SdkClientException: Unable to verify integrity of data download. Client calculated content hash didn't match hash calculated by Amazon S3....

Thanks for the pointer @zoewangg. Unfortunately, the majority of requests I will be making are full-object requests, and I really do want md5 checks to occur for those transfers. I'm...