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.
wxiaoguang
5727056ea1
Make minio package support legacy MD5 checksum (#23768)
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 |
.. |
administration
|
Make minio package support legacy MD5 checksum (#23768)
|
2 years ago |
contributing
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
development
|
Add Simplified Chinese translate for oauth2-provider (#23713)
|
2 years ago |
help
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
installation
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
packages
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
usage
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
administration.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
administration.fr-fr.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
administration.zh-cn.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
administration.zh-tw.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
contributing.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
contributing.fr-fr.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
contributing.zh-tw.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
development.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
development.zh-cn.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
development.zh-tw.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
help.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
help.fr-fr.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
help.zh-cn.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
help.zh-tw.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
installation.en-us.md
|
Import docs into main repository (#2874)
|
7 years ago |
installation.fr-fr.md
|
General documentation cleanup (#3317)
|
7 years ago |
installation.zh-cn.md
|
Import docs into main repository (#2874)
|
7 years ago |
installation.zh-tw.md
|
Import docs into main repository (#2874)
|
7 years ago |
packages.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
usage.en-us.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
usage.zh-cn.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |
usage.zh-tw.md
|
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
|
2 years ago |