Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taimos/s3upload-maven-plugin

Upload artifact to AWS S3
https://github.com/taimos/s3upload-maven-plugin

Last synced: 8 days ago
JSON representation

Upload artifact to AWS S3

Awesome Lists containing this project

README

        

# S3 Upload Plugin for Maven

[![Build Status](https://travis-ci.org/taimos/s3upload-maven-plugin.png?branch=master)](https://travis-ci.org/taimos/s3upload-maven-plugin)

Uploads the given artifact to an S3 bucket using the default credentials chain

```


de.taimos
s3upload-maven-plugin
1.0

the artifact to upload
the target bucket
the target file name
bucket-region




upload



```

``artifact`` defaults to ``${project.build.directory}/${project.build.finalName}.${project.packaging}``

``targetName`` defaults to ``${project.build.finalName}.${project.packaging}``

``bucket`` the name of the S3 bucket

``region`` optionally the region of the bucket to prevent signature warnings