madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
622 stars 41 forks source link

bug: s3 simulator returns unexpected error in delete_objects #120

Closed zwang28 closed 1 year ago

zwang28 commented 1 year ago

For delete_objects, If an object specified in the request is not found, it will be considered as successfully deleted. But s3 simulator returns error.