What is the problem you are having with rclone?
When I transferred from OCI compute to object storage with rclone, I got an "error RequestError: send request failed" error.
Compute and object storage are separate regions.
Please tell me how to resolve.
Run the command 'rclone version' and share the full output of the command.
Intel/AMD-64Bit Linux Version "v1.60.1"
Which cloud storage system are you using? (eg Google Drive)
OCI ObjectStorage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone lsd -vv test07:
The rclone config contents with secrets removed.
type = s3
provider = Other
acl = private
region = ***
endopoint = ***
access_key_id = ***
secret_access_key = ***
A log from the command with the -vv
flag
Paste log hereDEBUG : rclone: Version "v1.60.1" starting with parameters ["rclone" "lsd" "-vv" "test06:"]
DEBUG : Creating backend with remote "test06:"
DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : pacer: Rate limited, increasing sleep to 10ms
DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : pacer: Rate limited, increasing sleep to 20ms
ERROR : : error listing: RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : 2 go routines active
Failed to lsd with 2 errors: last error was: RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)