confluentinc / kafka-connect-storage-cloud

Kafka Connect suite of connectors for Cloud storage (Amazon S3)
Other
8 stars 328 forks source link

S3 Object Locking requires an MD5 digest to be sent with the multipart upload request #760

Closed mark-mckelvy closed 1 month ago

mark-mckelvy commented 2 months ago

S3 Object Locking requires an MD5 digest to be sent with the multipart upload request, otherwise it will be rejected.

https://github.com/confluentinc/kafka-connect-storage-cloud/pull/757 adds a s3.send.digest option, defaulted to false. When set to true, the MD5 digest will be sent with the upload part requests to S3.

mark-mckelvy commented 2 months ago

Related to https://github.com/confluentinc/kafka-connect-storage-cloud/issues/710

mark-mckelvy commented 1 month ago

Fix merged