I'm using s3cmd 1.1.0beta to upload files that are larger than 5 GB to Amazon S3. This is because s3cmd older than 1.1.0 is not able to upload files larger than 5 GB (Amazon single-part upload limit), and the latest beta version is able to upload these files to S3 using multi-part upload.
The problem is: I am not able to perform ANY operation on the files larger than 5 GB uploaded through s3cmd 1.1.0. I suspect that this may be happening because Etag set by s3cmd does not match the Etag that Amazon expects:
The specific problems are as follows (both through the web console):
- When I try to copy these files from one bucket to another, Amazon S3 complains: "The following objects were not copies due to errors from: "
- When I try to change any properties on these files, S3 complains: "The additional properties were not enabled or disabled due to errors for the following objects in:"
Is there any way to fix the Etags in the larger-than-5-GB-files so that I am able to perform operations on these files?