All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.nejckorasa.s3.unzip.strategy.UnzipStrategy Maven / Gradle / Ivy

package io.github.nejckorasa.s3.unzip.strategy;

import com.amazonaws.services.s3.AmazonS3;
import io.github.nejckorasa.s3.unzip.S3ZipFile;

public interface UnzipStrategy {

    void unzip(S3ZipFile zipFile, AmazonS3 s3Client);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy