Cleancodefactory / CoreKraft

Micro-services framework for serving data in different formats
MIT License
8 stars 3 forks source link

File AC library transaction support for replaced/overwritten files #32

Open michaelelfial opened 2 years ago

michaelelfial commented 2 years ago

We maintain transaction actions for entire files - creation/deletion, but overriding a file is currently treated the same as creation and this is incorrect!

michaelelfial commented 2 years ago

Temporary fix for the most annoying cases was implemented (delete file against write file), but to support transaction fully we need support for writing through temp files and so on. This will have to wait for now.