AnantLabs / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Atomic move operation #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If feasible, consider adding an operation would atomically move a document from 
one bucket to another.

In my use case, I would like the operation to fail with an error code if a 
conflicting document (same key) already exists in the destination bucket.  
Failing due to a conflict would leave the document in the original bucket; that 
is, no effect.

Original issue reported on code.google.com by teonanac...@gmail.com on 16 Mar 2011 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 16 Mar 2011 at 1:35