- Based on AWS putObject on S3 [documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html), We must pass content-MD5 option to upload objects to S3 with object lock enabled. - create stream function does not send the content-MD5 option within the API request sent to AWS [Code](https://github.com/parseablehq/parseable/blob/c73296d44b067df3136d4b968ee9b354110e0c66/server/src/s3.rs#L230).