javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

Persist deleteat and deleteafter from upload instructions in mock #169

Open toscott opened 5 years ago

toscott commented 5 years ago

We noticed some 409 responses due to setting deleteAfter immediately after uploading an object to our swift cluster. Upon transitioning to include the deleteAfter in the upload instructions for an atomic call, we ran into some issues with the mock not persisting the deleteAfter/deleteAt value.

This is just to persist the deleteAfter on the object stored by the mock.