trinodb / aws-proxy

Proxy for S3
Apache License 2.0
7 stars 3 forks source link

Remove Jersey specific collections and implement generic helpers #61

Closed vagaerg closed 2 months ago

vagaerg commented 3 months ago

We currently use MultiValuedMap and friends, which are Jersey specific.

We should create our own wrappers on top of those data structures, as well as some helpers to perform standard operations (copy, find ignoring case, etc...) - refer to https://github.com/trinodb/s3-proxy/pull/58#discussion_r1631598973