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

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

There is a newer version: 1.0.6
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy