drone-plugins / drone-s3

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

Using wildcards doesn't work. #4

Closed johnrengelman closed 8 years ago

johnrengelman commented 8 years ago

Code comments indicate that using a * will work, but this isn't true. The underlying AWS command requires the use of the --include and --exclude flags to configure wildcard behavior just like the s3_sync plugin.

DCRichards commented 8 years ago

Second this, archiving android APKs and would love to be able to do:

source: /apk/*-release.apk to specify only these files for example, rather than all in a folder.

bradrydzewski commented 8 years ago

replaced the 0.5 version of the plugin with fully-compliant posix globbing