Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3 upload CRC32C error #22221

Closed
baek-sang opened this issue Feb 2, 2023 · 1 comment
Closed

s3 upload CRC32C error #22221

baek-sang opened this issue Feb 2, 2023 · 1 comment

Comments

@baek-sang
Copy link

Summary

Mattermost Version: 7.7.1
Upload fail s3 strage(cloudflare r2)

Steps to reproduce

Try upload file.

Expected behavior

Upload success.

Observed behavior (that appears unintentional)

mm-s3-error

Test successful

but

{"timestamp":"2023-02-02 05:33:16.623 Z","level":"error","msg":"Unable to write the file.","caller":"web/context.go:117","path":"/api/v4/files","request_id":"~","ip_addr":"1.2.3.4","user_id":"~","method":"POST","err_where":"WriteFile","http_code":500,"error":"WriteFile: Unable to write the file., unable write the data in the file 20230202/teams/noteam/channels/~~/users/~~/~~/test-image.png: Header 'x-amz-checksum-algorithm' with value 'CRC32C' not implemented"}
@agnivade
Copy link
Member

agnivade commented Feb 2, 2023

Hi, I believe you already created #20582 in the past. This time, it looks like a different error, but I think the core issue is still that Cloudflare R2 doesn't support minio client. There is not much we can do here since our primary target is AWS S3 and other minio compatible targets.

If you want, you can raise an issue over at https://github.com/minio/minio-go to check if there's something that can be done with minio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants