-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backblaze S3 Unsupported header 'x-amz-checksum-sha256' received for this API call #16107
Comments
btw. the file in the logs are 0 byte, i have also deletet them but did not change anything. |
|
Missed changed constructor args for callbacks in #15912: Broken:
|
Moved the missing failure alerts to #16113. Let's focus on the crash reports: Can you attach the crash report (latest file in |
Please navigate to Can confirm, that with 9.0.0 having this line <setting name="connection.protocol.default" value="bad" /> in the |
this path is not there - but
removed the line, now it works again without a crash. However, there is now the problem that I make uploads that seem to be successful but never appear on backblaze. (at least not within 10 minutes) |
Apologies, I really thought it was local appdata.
This is an issue with the current 9.0.0-release. An alert window should be shown, but due to an issue this doesn't happen, so the upload is canceled, and marked as completed. Please enable debug logging in the preferences window again, and retry the upload. |
Hi, have send the log by mail. |
|
Backblaze isn't S3 API compatible: S3-Compatible API#Unsupported Features
Backblaze doesn't care about their S3 API compatibility, please use the Backblaze protocol instead. |
For a workaround you can create
if you want to continue with the S3 connection. Or enable the "Backblaze S3 compatible EU-central"-profile in Preferences -> Profiles, and use that instead. |
Closing as this should be resolved by either using the Backblaze S3-profile, or disabling |
Amend Add forNameOrDefault to ProtocolFactory
This ticket system is to report bugs and feature requests. For support, visit the help page first.
Describe the bug
I have installed the latest 9.0.0 version, after I was not able anymore to upload any file to backblaze, I clicked on settings, then the App crashes everytime.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working Cyberduck, where i can upload files and open the settings.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Log Files
Please include the log file. You can reach the logging output in Preferences → Connection.
cyberduck.log
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: