1 Answers
For anyone curious about this question, it is entirely possible to find out answers like these for yourself, by doing it in the labs (assuming you have access to the labs) — but I was curious, so I went ahead and did it. First I uploaded the file to the source bucket, forgetting to create the replication rule. Then I turned on the replication rule and uploaded the same file. This created a new version of the file in the source, making it evident that changes aren’t checked for the versions — one version per upload. So there were now 2 versions of the file in the source and 1 matching version in the destination. Then I deleted the file in the source, creating a third version in the source, which was actually the delete marker. Then I uploaded the same file again, resulting in 4 versions in the source and 2 matching versions in the destination — all of the same file — same file name and same contents.
Please assume that the filename is the same and that the contents of the file might the same, but could have changed.