The version (in S3) is a hash of the data so if you remove your local version and replace it then you won't be tricked into thinking version 1.0 is the wrong thing (unless someone brute forces a new file with the same hash).
There is also a concept of Write Once Read Many in storage which is used for compliance. So you can use sync with WORM and it's basically append only.
Comments
The version (in S3) is a hash of the data so if you remove your local version and replace it then you won't be tricked into thinking version 1.0 is the wrong thing (unless someone brute forces a new file with the same hash).
There is also a concept of Write Once Read Many in storage which is used for compliance. So you can use sync with WORM and it's basically append only.