I ran into a big issue recently. When I upload a big (let's say about 300mb) file to S3, I set the part size to be 5mb. That way I know how to calculate the checksum for when my client application downloads the file again.
When I rename the file using the S3 console, the part size changes. Total parts drop from 64 to 20 parts. Checksums fail. Clients(people) scream and flop about on the ground.
Can someone please shed some light on this issue? Is there a way to change this?
Kind Regards, EZFrag