feat(s3): allow disabling upload checksum#804
Conversation
|
@stonith404 Can you please check it? Thanks. |
7c37521 to
81d136b
Compare
|
How is this done through the configuration file
|
|
The |
|
OK Thanks!. But now nothing happens when I click share? Just a spinning thing. No change in logs... no progress bar, and I'm warned that the upload will abort if I close the browser tab. Guess this isn't for me. Thanks anyway... this is an impressive work, but I need Backblaze B2 as a file repo. |
|
@truthsword so you set it to "false"? |
|
Yes, the error I had went away. The last log item didn't change from container startup. Something about ClamAV... The s3 URL required me to add https:// as it wouldn't accept just a subdomain. B2 doesn't use region names. so initially I left it blank, but got an error, so I entered the regional subdomain. Initially I left the storage directory blank, but when nothing happened, I randomly entered "pingvin" and still nothing. |
|
@truthsword Tried it with config and works as expected My configuration: |
|
Thanks, but nothing happens. I am connecting by local IP.
I must be missing something basic. And my compose file: |
Adds a S3 config option to disable upload checksums. Allows use of Backblaze B2 backend which does not support
x-amz-checksum-*headers (rejects it as hard error).Relates to #798, #788
Tested it against Backblaze B2 and its working.