STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I have a sync backup of my files on aws s3 using rclone. Always work well, but today is stucking sometimes when I'm using the files.
I check the aws health system and there is nothing there.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.2
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.4780 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
C:\rclone\rclone.exe mount JMFCloud:jmf-cloud Y:\Cloud --vfs-case-insensitive --vfs-cache-mode full --vfs-write-back 10s --vfs-cache-max-age 300s --vfs-cache-poll-interval 60s --cache-dir %temp% --network-mode --dir-cache-time 5s --use-server-modtime --no-console
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[JMFCloud]
type = s3
provider = AWS
access_key_id = XXX
secret_access_key = XXX
region = sa-east-1
location_constraint = sa-east-1
storage_class = INTELLIGENT_TIERING
env_auth = true
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
Paste log here