// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package software.amazon.encryption.s3.internal;

/**
 * A file deletion event.
 */
public class FileDeletionEvent {
    // currently only a placeholder so method signature won't be affected by
    // future changes
}