I'm getting error "...The specified location-constraint is not valid."
Copying a folder works fine.
Any ideas ?
Can you provide more information? As requested in template?
sorry , I'm new here, what do you mean "Template"?
STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
The rclone config contents with secrets removed.
Paste config here
A log from the command with the -vv
flag
Paste log here
Rclone version:
rclone v1.63.0
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3086 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.5
- go/linking: static
- go/tags: cmount
I'm using S3 compatible
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy c:\users\XXXX\Documents\test.docx S3testing:testing/Folder5
rclone config show
[S3Testing]
type = S3
provider = Other
region = eu-central-1
location_constraint = 8
I get this error:
2023-07-07 13:53:35 ERROR : test.docx: Failed to copy: InvalidLocationConstraint: The specified location-constraint is not valid.
need to use text string, not a number.
for example,
location_constraint = EU
You should get these values from your S3 provider - if not sure try without any e.g.:
[S3Testing]
type = s3
provider = Other
access_key_id = XXXX
secret_access_key = XXXX
endpoint = XXXX
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.