can't copy files to bucket with rclone

Hello all,

I have the bucket setup and I can list/delete the files in the bucket with rclone.
However, when I tried to copy files, I encountered error.

ERROR : test.txt: Failed to copy: InvalidLocationConstraint: The specified location-constraint is not valid
status code: 400, request id: , host id:

rclone.conf:

[remote]
type = s3
provider = Linode
env_auth = false
access_key_id = [redacted]
secret_access_key = [redacted]
region = us-southeast-1
endpoint = us-southeast-1.linodeobjects.com
location_constraint = us-southeast-1
acl = private

note: ** sensitive data had been removed **

1 Reply

I found the solution.
I removed the 'region' and the 'location_constraint', and it works fine.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct