Closed
Description
Feature Description
The option 'MINIO_CHECKSUM_ALGORITHM' can be used for attachments for compatibility with backblaze which doesn't support the 'x-amz-checksum-algorithm' header. Being able to use this on lfs as well would be awesome, as I currently can't upload some projects when it's set to use backblaze.
Screenshots
No response
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
wxiaoguang commentedon Mar 31, 2023
I guess the LFS package should also be covered by this option? I ever fixed a related bug in LFS package when introducing MINIO_CHECKSUM_ALGORITHM #23768 , the lfs/content_store.go
ps: I am not using backblaze so I can't tell more details. If you encounter problems, welcome to provide more clues & logs.
--
Update: the fix is in nightly build at the moment. Use https://dl.gitea.com/gitea/1.19/ or
gitea:1.19-dev
andersmmg commentedon Mar 31, 2023
Here are the logs when I try to push to my server with lfs configured to use backblaze.
I have
Under both
[lfs]
and my storage config[storage.my_minio]
wxiaoguang commentedon Mar 31, 2023
What's your Gitea version? That fix is only in nightly.
andersmmg commentedon Mar 31, 2023
Running
1.19.0
with docker, I can probably try nightly, would that fix be in the latest1.19-dev
tag ordev
tag on the docker image?wxiaoguang commentedon Mar 31, 2023
1.19-dev
tag is better for you.dev
tag is for next unreleased version, aka 1.20.andersmmg commentedon Mar 31, 2023
Ah that makes sense. Seems to have worked perfectly! No error on 1.19-dev!