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

Feature request s3 download mode #39

Closed yellowmegaman closed 7 years ago

yellowmegaman commented 7 years ago

I'd like to be able to use s3 plugin in reverse, to download artifact.

Golden rule of continuous delivery states that code should only be built once, then deployed without rebuilding. I was looking at example here: http://docs.drone.io/promoting-builds/ And it seemed to me that it can be improved.

Please let me know whenever idea is worth it.

Thanks a lot in advance!

tboerger commented 7 years ago

I don't think that this plugin will get another functionality. The drone plugins are focused on single responsibility, this feature would break that more or less. The plugins should do a simple task, and this task should be done really well. This is currently the case.

yellowmegaman commented 7 years ago

Well, understood. Gonna use commands then. Thanks!