elasticsearch/modules/repository-azure
David Turner 0d64aab4cc
Clean up request parsing in S3HttpHandler (#126034)
The `METHOD /path/components?and=query` string representation of a
request is becoming increasingly difficult to parse, with slight
variations in parsing between the implementation in `S3HttpHandler` and
the various other implementations. This commit gets rid of the
string-concatenate-and-split behaviour in favour of a proper object that
has predicates for testing all the different kinds of request that might
be made against S3.
2025-04-02 05:49:50 +11:00
..
licenses Remove optional transitive tink and protobuf-java dependencies (#115916) 2024-10-30 16:28:34 +01:00
src Clean up request parsing in S3HttpHandler (#126034) 2025-04-02 05:49:50 +11:00
build.gradle Bump nimbus-jose-jwt to 10.0.2 (#124544) 2025-03-12 00:23:33 +11:00