Interface HardDeleteConfig

interface HardDeleteConfig {
    bucket_name: string;
    bucket_prefix: string;
    log?: Log;
    s3: S3Client;
}

Properties

bucket_name: string
bucket_prefix: string
log?: Log
s3: S3Client