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

com.github.skhatri.s3aws.plugin.S3DownloadExtension.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.skhatri.s3aws.plugin;

public class S3DownloadExtension {
    String bucket;
    String awsProfile
    String key = "";
    String saveTo = "";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy