drone-plugins / drone-s3-cache

Caches build artifacts to S3 compatible storage backends
http://plugins.drone.io/drone-plugins/drone-s3-cache
Apache License 2.0
29 stars 30 forks source link

[Feature Request] Restore from multiple pathes #72

Open patricsgamma opened 1 year ago

patricsgamma commented 1 year ago

Currently this plugin allows to rebuild and restore from and to one path and filename. While this is quite helpful for most caching use cases, we have one where this starts to be quite annoying.

Our Build Pipeline is built of 14 different pipelines, where we import / restore, test and build in different pipelines for different target platforms. This results in the final pipeline having 13 restore mode steps each for a different path, gathering log-files and artifacts.

Now this would be much nicer to read if we could combine this into one restore step with 13 different path declarations within an array.