According to documentation for Java SDK client, deleteObject succeeds when object with a given key does not exist.
However when the mock is used it fails with AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: null), S3 Extended Request ID: null error.
When used with S3 service the client behaves as expected.
According to documentation for Java SDK client,
deleteObjectsucceeds when object with a given key does not exist.However when the mock is used it fails with
AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: null), S3 Extended Request ID: nullerror.When used with S3 service the client behaves as expected.