mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5727056ea1
A feedback from discord: https://discord.com/channels/322538954119184384/561007778139734027/1090185427115319386 Some storages like: * https://developers.cloudflare.com/r2/api/s3/api/ * https://www.backblaze.com/b2/docs/s3_compatible_api.html They do not support "x-amz-checksum-algorithm" header But minio recently uses that header with CRC32C by default. So we have to tell minio to use legacy MD5 checksum. I guess this needs to be backported because IIRC we 1.19 and 1.20 are using similar minio package. The minio package code for SendContentMD5 looks like this: <details> <img width="755" alt="image" src="https://user-images.githubusercontent.com/2114189/228186768-4f2f6f67-62b9-4aee-9251-5af714ad9674.png"> </details> |
2 years ago | |
---|---|---|
.. | ||
LICENSE | 8 years ago | |
client.go | 2 years ago | |
client_test.go | 2 years ago | |
content_store.go | 2 years ago | |
endpoint.go | 2 years ago | |
endpoint_test.go | 2 years ago | |
filesystem_client.go | 2 years ago | |
http_client.go | 2 years ago | |
http_client_test.go | 2 years ago | |
pointer.go | 2 years ago | |
pointer_scanner_gogit.go | 2 years ago | |
pointer_scanner_nogogit.go | 2 years ago | |
pointer_test.go | 2 years ago | |
shared.go | 2 years ago | |
transferadapter.go | 2 years ago | |
transferadapter_test.go | 2 years ago |