elasticsearch/modules/repository-gcs
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 Revert "Upgrade to latest GCS SDK (#124062)" (#125748) 2025-03-28 17:49:30 +11:00
src Clean up request parsing in S3HttpHandler (#126034) 2025-04-02 05:49:50 +11:00
build.gradle Revert "Upgrade to latest GCS SDK (#124062)" (#125748) 2025-03-28 17:49:30 +11:00