attachment.rb
19.6 KB
-
Preserve files when reprocessing · 5a06d850
When using S3 for storage, their data consistency model makes the current behaviour of Attachment#reprocess! unreliable. Apparently, Amazon can not guarantee that PUT's called after DELETE's is actually executed in that order. Hence, I propose preserving files, when doing a reprocces.
Anders Lemke committed