Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taimos/s3upload-maven-plugin
- Owner: taimos
- Created: 2015-02-06T23:29:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T09:13:44.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:52:53.591Z (7 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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