Mike Watt
Mike Watt
The MinimalConformance100501 rule appears to expect an HTTP 415 in response to a GET request with unknown or unsupported format parameters in the accept header [1]. I don't believe the...
### Describe the feature `MultipartS3AsyncClient` allows configuring the multipart threshold in bytes: ```java S3AsyncClient.builder() .multipartEnabled(true) .multipartConfiguration(c -> c.thresholdInBytes(...)) ``` As far as I can tell, this threshold is used for...
### Describe the bug `MultipartS3AsyncClient.putObject(r, body)` will set the uploaded object's content type provided by `body` (if not explicitly provided as metadata) if the upload is performed as a single...