mirror of https://github.com/apache/druid.git
ddd0fc1b85
* 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. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
This extension provides an integration between Druid and S3. For more details read the S3 extension docs here.