Closed gurcei closed 3 years ago
Tayger noticed that the error message doesn't appear for files that are on 512-byte boundaries exactly (E.g. 819,200 bytes), but does surface when a file is not on a 512-byte boundary (E.g. a file that is 1000 bytes long).
This is a small change to fix, so I've fixed it within my work for card #5
Based on this discord discussion:
https://discord.com/channels/719326990221574164/805492126128930846/806653520589357066
As for the error message you got when doing the put:
Yep, I've seen this error before on my side, even on a successful put.
It's something I haven't debugged yet, though interestingly, if I do a get of the uploaded file immediately after such a put, and then diff the two files, they are identical.