Great question(s)- I suspect s3's eventual consistency could have an
impact on rsync...
In my usage of rsync (I use rsync -a ...) I have yet to observe a
problem... rsync rightfully seems to be pretty paranoid/robust about
not trusting what's really happening at the far end destination; I
would suspect that rsync would complain (abort) if it were to ever
observe any anomalies due to s3's eventual consistency, although like
I said I have been using rsync over s3fs heavily and have not observed
any such anomaly...
not sure about the --inplace flag, without thinking about it too much
i would suspect it would be less robust than not using it...
not much there but I hope that helps!