scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Adding an atomic local file write #68

Closed habibutsu closed 3 years ago

habibutsu commented 3 years ago

In real world processes can terminated unexpectedly, by this reason having guarantees of writing helps to avoid problems with not fully written files.

scottwernervt commented 3 years ago

Please add yourself to AUTHORS.rst. Thanks for the PR and I will try to get a release out this weekend.

habibutsu commented 3 years ago

@scottwernervt AUTHORS.rst was updated. It would be great if you make new release with this fix.