Copy produces errors but transfers ok

I’m using rclone to copy from an S3 bucket to a local machine.

I get errors in the output, but all the files get transferred.

The command I’m using is:
rclone --checksum copy S3:bucketname/scripts /scripts

And the output is:
2017/03/20 11:16:47 Local file system at /scripts: Waiting for checks to finish
2017/03/20 11:16:47 Local file system at /scripts: Waiting for transfers to finish
2017/03/20 11:16:47 : Failed to copy: open /scripts: is a directory
2017/03/20 11:16:47 Attempt 1/3 failed with 1 errors and: open /scripts: is a directory
2017/03/20 11:16:47 Local file system at /scripts: Waiting for checks to finish
2017/03/20 11:16:47 Local file system at /scripts: Waiting for transfers to finish
2017/03/20 11:16:47 : Failed to copy: open /scripts: is a directory
2017/03/20 11:16:47 Attempt 2/3 failed with 1 errors and: open /scripts: is a directory
2017/03/20 11:16:48 Local file system at /scripts: Waiting for checks to finish
2017/03/20 11:16:48 Local file system at /scripts: Waiting for transfers to finish
2017/03/20 11:16:48 : Failed to copy: open /scripts: is a directory
2017/03/20 11:16:48 Attempt 3/3 failed with 1 errors and: open /scripts: is a directory
2017/03/20 11:16:48 Failed to copy: open /scripts: is a directory

Thanks

David

If you do rclone ls S3:bucketname/script do you see any 0 length files ending with /? That could explain it.

Hi Nick

I don’t see any files like that unfortunately.

Regards

David