What is the problem you are having with rclone?
Recently I started to experience degraded performance downloading/streaming media from S3 buckets.
I've been running this setup successfully for +18 months, streaming audio and video files from Idrive E2 buckets with rclone. rclone is mounting an encrypted S3 bucket on my linux server. The mounted folder is then accessed by a player.
Since around two weeks, I am unable to stream any file regardless of size. What I checked so far:
- Local network connection and speed, which is ok
- Remote connection to rule out S3 is downgraded (I can access and play the files without any problems on my mobile using a different client)
I upgraded to rclone v1.67.0 recently, not saying there is a correlation to this behavior, but it was the only recent change on my system after streaming issues started and files are stuck in buffering states.
Are there any known issues with rclone or changes to the config that may impact the performance with the latest updates? I do not see any errors in the debug logs.
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-45-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Idrive E2 S3 storage
/usr/bin/rclone mount \
--config=/home/florian/.config/rclone/rclone.conf \
--log-level=DEBUG \
--log-file=/opt/rclone/logs/rclone-mount.log \
--user-agent=idrive \
--umask=002 \
--gid=1002 \
--uid=1000 \
--allow-other \
--timeout=1h \
--poll-interval=15s \
--dir-cache-time=12h \
--cache-dir=/opt/rclone/cache/imedia \
--vfs-cache-mode=full \
--vfs-cache-max-size=4G \
--vfs-cache-max-age=12h \
idrivee2-crypt: /mnt/idrivee2-cloud
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[idrivee2]
type = s3
provider = IDrive
access_key_id = XXX
secret_access_key = XXX
endpoint = k8o7.fra3.idrivee2-59.com
server_side_encryption = aws:kms
[idrivee2-crypt]
type = crypt
remote = idrivee2:media
password = XXX
password2 = XXX
directory_name_encryption = true