Class S3PathCleaner
- java.lang.Object
-
- com.expediagroup.beekeeper.cleanup.aws.S3PathCleaner
-
- All Implemented Interfaces:
PathCleaner
public class S3PathCleaner extends java.lang.Object implements PathCleaner
-
-
Constructor Summary
Constructors Constructor Description S3PathCleaner(S3Client s3Client, SentinelFilesCleaner sentinelFilesCleaner, BytesDeletedReporter bytesDeletedReporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupPath(HousekeepingEntity housekeepingEntity)
-
-
-
Constructor Detail
-
S3PathCleaner
public S3PathCleaner(S3Client s3Client, SentinelFilesCleaner sentinelFilesCleaner, BytesDeletedReporter bytesDeletedReporter)
-
-
Method Detail
-
cleanupPath
public void cleanupPath(HousekeepingEntity housekeepingEntity)
- Specified by:
cleanupPathin interfacePathCleaner
-
-