MD5 mismatch error when running aws s3 cp
I am new to using serverless storage and I am trying to use S3 compatible network storage. I have created my volume on one of the S3-compatible regions.
When trying to upload an image with the command
Anyone that can tell me what I am doing wrong?
When trying to upload an image with the command
aws s3 cp --region EUR-IS-1 --endpoint-url https://s3api-eur-is-1.runpod.io/ ./flight-2-1.JPG s3://<my-bucket-id>/flight-2-1.JPG I get the following error: An error occurred (BadDigest) when calling the PutObject operation: MD5 mismatch Anyone that can tell me what I am doing wrong?