mirror of
https://github.com/rclone/rclone.git
synced 2026-09-21 21:36:03 -04:00
The box backend logged an int64 with %q which printed %!q(int64=123) instead of the sequence ID. serve s3 passed the message from gofakes3 as the format string, so any % in it was interpreted as a formatting directive and the message was mangled.