com.github.skhatri.s3aws.plugin.S3UploadExtension.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
import com.amazonaws.services.s3.model.CannedAccessControlList
import com.amazonaws.services.s3.model.ObjectMetadata
class S3UploadExtension {
String bucket
String awsProfile
String key = ''
String file = ''
String link = ''
ObjectMetadata metadata = null
CannedAccessControlList acl = null
}