It is probably a fair expectation that data isn't deleted by default in unpredictable ways so I'd suggest we set the preserve option to true as a breaking change and allow to get the old behavior back by explicitly setting preserve to false.
This will also help with the simplicity of the conflict/overwrite API at #46
cc @BigBlueHat
It is probably a fair expectation that data isn't deleted by default in unpredictable ways so I'd suggest we set the
preserveoption totrueas a breaking change and allow to get the old behavior back by explicitly settingpreservetofalse.This will also help with the simplicity of the conflict/overwrite API at #46
cc @BigBlueHat