Rclone Forbidden: Invalid signature on read #677
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#677
Loading…
Add table
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?
Hi !
I am trying to use rclone with garage as a backup backend, using the configuration given in
scripts/dev-env-rclone.sh
(I copied-pasted this file, just overriding the access key and remote).Using rclone, I am able to put a file in the bucket:
Moreover, I can access the file in the bucket using Minio Client (configured as in the garage doc):
However, whenever I try to access the file using rclone (for example with a cat or a copy), I get the following error:
It seems that there is a problem using the given rclone configuration, but I am not able to find which one.
My garage version is
0.9.0
andrclone --version
is:Thank you for your help !
I am successfully able to use
rclone cat
with the following rclone version:Are you sure your rclone configuration is correct? The invalid signature issues often arise if the
region
setting is not set correctly