rclone gives Authorization header malformed, unexpected scope: #700
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#700
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Other clients like mino mc work great. But my rclone just gives me:
garage_api::generic_server: Response: error 400 Bad Request, Authorization header malformed, unexpected scope: 20240202/us-east-1/s3/aws4_request
rclone.conf:
[garage]
type = s3
provider = Other
env_auth = true
endpoint = mylocaldomain.com
force_path_style = true
acl = private
bucket_acl = private
I am using the garage docker image in version v0.9.1
Hello,
To workarround this , you have to specify your region and signature_v2 = true
Example on rclone.conf
Documentation to be updated.
It's already there: https://garagehq.deuxfleurs.fr/documentation/connect/cli/#rclone
I think the correct fix is not to add
signature_v2 = true
but to set the correct value for theregion
parameter. I have never needed to setsignature_v2 = true
myself. Anyway, the docs gives a correct config so I'm closing this.I had exactly same problem while setting up MSP360 backup software.
I tried to use signature v2 in MSP360, didn't work. (Unsupported authorization method)
And my solution is: modify
garage.toml
, sets3_region = "us-east-1"
(match the error message), and problem get solved.Promotion1877 referenced this issue2024-11-01 22:15:51 +00:00