This message was deleted.
# troubleshooting
s
This message was deleted.
g
It looks like the request that's failing is for an
isObjectInBucket
call
This calls
boolean doesObjectExist(String bucketName, String objectName)
on the S3 client without attaching SSE key
Maybe, for this call, real S3 doesn't need an SSE key but this emulated S3 does
If that's what's going on, this will fix it: https://github.com/apache/druid/pull/14290
j
The issue also affect real S3, I created an issue yesterday on github with more details and reproduction steps: https://github.com/apache/druid/issues/14284. I was able to reproduce the issue with a AWS S3 bucket.
g
ok, thanks! I just commented with a link to https://github.com/apache/druid/pull/14290