-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug]: Error 400 when using Minio #90
Comments
Hmm. Will look into this and try to reproduce this, may take a few days before I can look into this one. Sorry about the error :( Are you self hosting minio? Any logs on the server end if so which might help explain the 400? |
Thanks for the quick response. After i bit of detective work i found the error in the server logs:
The only difference to the request from the working remotly-save plugin is the "x-amz-meta-modification_time". I can see the header in the network-tab in obsidian but in the server-logs the header is not present. The put of the "_remotely-secure-metadata-on-remote.json" does not have this header and works. With disabling the metadata-sync in the option it works fine ... |
What happened?
Thanks für trying to keep remotly-save secure.
When I use the plugin with a minio backend i get the following error for every file:
plugin:remotely-secure:180 Error: Request failed, status 400
at new t (app.js:1:1762600)
at gq (app.js:1:1762792)
at app.js:1:1763469
at app.js:1:237258
at Object.next (app.js:1:237363)
at a (app.js:1:236081)
syncRun @ plugin:remotely-secure:180
await in syncRun (async)
eval @ plugin:remotely-secure:182
The bucket can be accessed and the connection-check works fine. The file "_remotely-secure-metadata-on-remote.json" is created in the bucket.
Is there a way to debug this further?
Thanks in advance.
What OS are you using?
Linux
What remote cloud services are you using?
S3
Version of the plugin
0.4.32
Version of Obsidian
1.5.3
Using password or not
Ensure no sensitive information
The text was updated successfully, but these errors were encountered: