Nikita Sokolov

Results 44 comments of Nikita Sokolov

Here is an exception from the old client: ``` try (var s3AsyncClient = S3AsyncClient.builder().region(Region.EU_CENTRAL_1).build()) { s3AsyncClient.getObject(request -> request.bucket("joomdev-recom").key("foo"), AsyncResponseTransformer.toBytes()).join(); } ``` stacktrace ``` software.amazon.awssdk.services.s3.model.NoSuchKeyException: The specified key does not exist....

It looks like it might be, as this was the only HEAD request, and I will check tomorrow, but the http client is still not following the spec, so I...