com.github.skhatri.s3aws.plugin.S3DownloadExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-s3-plugin Show documentation
Show all versions of gradle-s3-plugin Show documentation
Plugin upload and download files from AWS S3 buckets
package com.github.skhatri.s3aws.plugin;
public class S3DownloadExtension {
String bucket;
String awsProfile
String key = "";
String saveTo = "";
}