Fix typo in changelog entry [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2019-09-24 09:14:30 -03:00
parent dd6227075a
commit bc7821f519
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
* Replace `Blob.create_after_upload!` with `Blob.create_and_upload!` and deprecate the former. * Replace `Blob.create_after_upload!` with `Blob.create_and_upload!` and deprecate the former.
`create_after_upload!` has been removed since it could lead to data `create_after_upload!` has been removed since it could lead to data
curruption by uploading to a key on the storage service which happened to corruption by uploading to a key on the storage service which happened to
be already taken. Creating the record would then correctly raise a be already taken. Creating the record would then correctly raise a
database uniqueness exception but the stored object would already have database uniqueness exception but the stored object would already have
overwritten another. `create_and_upload!` swaps the order of operations overwritten another. `create_and_upload!` swaps the order of operations