findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

modify deleteObject behaviour so it does't fail when key is not present #109

Open manuelcueto opened 6 years ago

manuelcueto commented 6 years ago

The aws java sdk delete object function is successful if the key is not present. This pr attempts to change the behaviour of the mock deleteObject function to do the same.