com.github.skhatri.s3aws.plugin.S3Extension.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
class S3Extension {
String bucket
String awsProfile = 'default'
S3DownloadExtension download = new S3DownloadExtension()
S3UploadExtension upload = new S3UploadExtension()
}