niklasvincent / aws-s3-maven-plugin

Maven plugin for interacting with AWS S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Download

aws-s3-download-maven-plugin

Download content from S3.

Configuration parameters

Parameter Description Required Default
bucketName The name of the bucket yes
source The source amazon s3 file key. Empty to download the whole bucket. no
destination The destination file or destination folder. Directories MUST end with / yes
overwriteExistingFiles Whether to overwrite existing files no false
accessKey S3 access key yes if unspecified, uses the Default Provider
secretKey S3 secret key yes if unspecified, uses the Default Provider
endpoint Use a different s3 endpoint no s3.amazonaws.com

TODO

  • Download entire directories recursively
  • Allow download location to be a directory
  • Support file upload
  • Support checksums for integrity

About

Maven plugin for interacting with AWS S3


Languages

Language:Java 100.0%