I configure iDrive E2 Bucket like this:
Access Key like this:
Rclone config:
[ID]
type = s3
provider = IDrive
access_key_id = *hidden*
secret_access_key = *hidden*
endpoint = n1r0.fra2.idrivee2-55.com
no_check_bucket = true
when I transfer a file I got this error:
root@DEV0:~# rclone -V
rclone v1.64.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-79-generic (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.21.1
- go/linking: static
- go/tags: none
root@DEV0:~# rclone move test.txt ID:cloud/ -vv
2023/09/11 19:19:03 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "move" "test.txt" "ID:cloud/" "-vv"]
2023/09/11 19:19:03 DEBUG : Creating backend with remote "test.txt"
2023/09/11 19:19:03 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/09/11 19:19:03 DEBUG : fs cache: adding new entry for parent of "test.txt", "/root"
2023/09/11 19:19:03 DEBUG : Creating backend with remote "ID:cloud/"
2023/09/11 19:19:03 DEBUG : Resolving service "s3" region "us-east-1"
2023/09/11 19:19:03 DEBUG : fs cache: renaming cache item "ID:cloud/" to be canonical "ID:cloud"
2023/09/11 19:19:55 DEBUG : pacer: low level retry 1/2 (error InternalServerError: Internal Server Error
status code: 500, request id: 1783***F69A, host id: )
2023/09/11 19:19:55 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2023/09/11 19:20:03 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 1m0.0s
what do I wrong?
regards
Dual-O