Question
Problem with rclone spaces. Failed to copy.
As the tutorial said, I configured the Rclone to copy files from sfo2 to nyc3.
Here is the problem: (i used
rclone -vv copy spaces-sfo2:source spaces-nyc3:target)
2020/12/14 22:43:02 DEBUG : rclone: Version “v1.53.3” starting with parameters [“rclone” “-vv” “copy” “spaces-sfo2:source” “spaces-nyc3:target”]
2020/12/14 22:43:02 DEBUG : Using config file from “/root/.config/rclone/rclone.conf”
2020/12/14 22:43:02 DEBUG : Creating backend with remote “spaces-sfo2:source”
2020/12/14 22:43:02 DEBUG : Creating backend with remote “spaces-nyc3:target”
2020/12/14 22:43:10 ERROR : prontuarios/1000.pdf: Failed to copy: s3 upload: 400 Bad Request: <?xml version=“1.0” encoding=“UTF-8”?><Error><Code>InvalidArgument</Code><BucketName>target</BucketName><RequestId>tx000000000000000eef8ff-005fd814ae-2a11968-nyc3c</RequestId><HostId>2a11968-nyc3c-nyc3-zg03</HostId></Error>
2020/12/14 22:43:11 ERROR : prontuarios/100.pdf: Failed to copy: s3 upload: 400 Bad Request: <?xml version=“1.0” encoding=“UTF-8”?><Error><Code>InvalidArgument</Code><BucketName>target</BucketName><RequestId>tx000000000000000eef94b-005fd814ae-2a11968-nyc3c</RequestId><HostId>2a11968-nyc3c-nyc3-zg03</HostId></Error>
What is wrong here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×