diff --git a/scenarios/s3.js b/scenarios/s3.js index 1853506..bfd7ea8 100644 --- a/scenarios/s3.js +++ b/scenarios/s3.js @@ -223,6 +223,9 @@ export function delete_object(obj) { log.withFields({bucket : obj.s3_bucket, key : obj.s3_key, op : 'DELETE'}) .error(resp.error); return; + } else { + log.withFields({bucket : obj.s3_bucket, key : obj.s3_key}) + .error(resp.success); } obj_registry.deleteObject(obj.id);