What is the problem you are having with rclone?
I just opened a Wasabi account and am testing the performance. I have not uploaded a large file count to Wasabi yet.
When I start a copy from my local drive of a single large file say 10 - 80GB , it takes about 20-50 minutes before it actually starts transferring data. Once it starts, it is fairly quick to copy the data, along the lines of my ISP speed. Is this startup delay normal? Smaller files don't do this. The log doesn't log anything for the same amount of time until the transfer starts.
What is your rclone version (output from rclone version
)
windows / amd64 go1.13.7
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Win 10 64bit 32 GB RAM 1TB SSD I7
Which cloud storage system are you using? (eg Google Drive)
Wasabi
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy c:\temp\filename.7z remote:bucketname -P
I have also tried
...
rclone copy c:\temp\filename.7z remote:bucketname --drive-chunk-size 128M --fast-list -P
...
No difference
The rclone config contents with secrets removed.
[remote]
type = s3
provider = Wasabi
env_auth = false
access_key_id = xxx
secret_access_key = xxx
endpoint = s3.wasabisys.com
acl = bucket-owner-full-control
A log from the command with the -vv
flag
2020/05/29 07:18:23 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "copy" "c:\\temp\\filename.7z" "remote:bucketname" "-P" "--log-file=mylog.txt" "--log-level" "DEBUG"]
2020/05/29 07:18:23 DEBUG : Using config file from "C:\\Users\\Administrator\\.config\\rclone\\rclone.conf"
2020/05/29 07:18:24 DEBUG : filename.7z: Need to transfer - File not found at Destination
2020/05/29 07:18:24 INFO : S3 bucket bucketname: Bucket "bucketname" created with ACL "bucket-owner-full-control"