Arsnael commented on PR #2638: URL: https://github.com/apache/james-project/pull/2638#issuecomment-2653288561
I don't know why that's the kind of answers I got first when looking for it, seems a wrong path... Seems for the trailing checksums aws added a header x-amz-trailer. When looking at scality code => https://github.com/scality/cloudserver/blob/development/8.8/lib/api/apiUtils/object/validateChecksumHeaders.js#L8 They just dont want to treat it and reject directly an error if present. dont seem to want to support it either => https://github.com/scality/cloudserver/issues/5553 With minio tests, it's working, I don't have the trailing checksum issue. However there is an other problem. It seems when we try to delete buckets, we have errors like this: software.amazon.awssdk.services.s3.model.S3Exception: Missing required header for this request: Content-Md5 When I disable checksums in the aws sdk client configuration as well for scality tests I get similar answers with delete buckets. Not sure if it's an issue with the s3 sdk client... I will dig more -- 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