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.
gitea/modules/lfs
wxiaoguang b73d1ac1eb
Make minio package support legacy MD5 checksum (#23768) (#23770)
Backport #23768 (no source code conflict, only some unrelated
docs/test-ini conflicts)

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.
2 years ago
..
LICENSE Git LFS support v2 (#122) 8 years ago
client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
client_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
content_store.go Make minio package support legacy MD5 checksum (#23768) (#23770) 2 years ago
endpoint.go escape filename when assemble URL (#22850) 2 years ago
endpoint_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
filesystem_client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
http_client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
http_client_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer_scanner_gogit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer_scanner_nogogit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
shared.go Implement FSFE REUSE for golang files (#21840) 2 years ago
transferadapter.go Implement FSFE REUSE for golang files (#21840) 2 years ago
transferadapter_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago