How to compare versions of an Amazon S3 object?
问题 Versioning of Amazon S3 buckets is nice, but I don't see any easy way to compare versions of a file - either through the console or through any other app I found. S3Browser seems to have the best versioning support, but no comparison. Is there a way to compare versions of a file on S3 without downloading both versions and comparing them manually? -- EDIT: I just started thinking that some basic automation should not be too hard, see snippet below. Question remains though: is there any tool