drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
37 stars 65 forks source link

Integrated an option to strip a prefix #23

Closed tboerger closed 8 years ago

tboerger commented 8 years ago

Until now it have not been possible to strip a prefix from the source directory, so now you can as an example upload files from /public/images to the target /images or even /subfolde/images.

Now we just need to add a delete flag for a syncronization and we can get rid of the s3-sync plugin within Drone >= 0.5.

bradrydzewski commented 8 years ago

LGTM thanks!