drone-plugins / drone-s3-sync

Drone plugin for syncing artifacts with an Amazon S3 Bucket
http://plugins.drone.io/drone-plugins/drone-s3-sync
Apache License 2.0
24 stars 32 forks source link

added support for verbose variable #45

Closed shirbr510 closed 2 years ago

shirbr510 commented 5 years ago

the plugin currently supports verbosity in a "debug" mode.

this is misleading due to the fact that debug is not the same as verbose.

I added support for verbose logging by having a verbose variable in the plugin.

(I didn't know where do you document your variables so if I'm missing anything, please let me know)

re-openned from #44 due to wrong pull reference in drone