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

Remove references to recursive #40

Closed gjtempleton closed 6 years ago

gjtempleton commented 6 years ago

Since the switch to Drone 0.5 syntax and using S3 go SDKs rather than calling out to the AWS CLI the recursive option has actually been obsolete, this simply removes this dead code.

(The commit where this became obsolete is here: https://github.com/drone-plugins/drone-s3/commit/6c101e57efe308d4255254f1fc7e1cbb86e297f5 )

bradrydzewski commented 6 years ago

thanks Guy!