druid/extensions-core/s3-extensions
Gian Merlino ddd0fc1b85
S3: Attach SSE key to doesObjectExist calls. (#14290)
* S3: Attach SSE key to doesObjectExist calls.

We did not previously attach the SSE key to the doesObjectExist request,
leading to an inconsistency that may cause problems on "S3-compatible"
implementations. This patch implements doesObjectExist using similar
logic to the S3 client itself, but calls our implementation of
getObjectMetadata rather than the S3 client's, ensuring the request
is decorated with the SSE key.

* Fix tests.
2023-06-23 15:23:59 -07:00
..
src S3: Attach SSE key to doesObjectExist calls. (#14290) 2023-06-23 15:23:59 -07:00
README.md fix typo in s3 docs. add readme to s3 module. (#14135) 2023-04-26 14:03:11 -07:00
pom.xml Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30

README.md

This extension provides an integration between Druid and S3. For more details read the S3 extension docs here.