vttranlina commented on PR #2638:
URL: https://github.com/apache/james-project/pull/2638#issuecomment-2656092083

   > Does not, as explained (but maybe I was unclear). But I still have the 
following issue with delete bucket (missing Content-md5 header) on the scality 
side, even latest image, while on minio it's been fixed.
   
   I got it, 
   I tried, it throws exception when we delete list object 
(`S3BlobStoreDAO#deleteObjects`)
   I used env `AWS_REQUEST_CHECKSUM_CALCULATION=WHEN_REQUIRED` for disable 
x-amz-trailer feature.
   Maybe this env also make library remove `Content-MD5` headers when request 
(not only x-amz-trailer)
   And `cloudserver` alway strict require `Content-MD5` for delete objects. 
   
   I will try to manually add  `Content-MD5` for delete objects request, and 
see how it work


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to