@Mojo(name="s3-upload")
public class S3UploadMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
S3UploadMojo() |
S3UploadMojo(String bucket,
String path,
String key,
String region)
If the path is a file then a file shall be uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
At least the bucket should be null or else everything else shall be fetched
|
public S3UploadMojo()
public S3UploadMojo(String bucket, String path, String key, String region)
bucket - path - key - region - public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2019. All rights reserved.