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
28 stars 30 forks source link

[feature request] implement cache_key to skip rebuilding the same cache file. #69

Open dinfer opened 3 years ago

dinfer commented 3 years ago

In the rebuild mode, this plugin will always build the same cache tar file and upload it to s3. Why not add a cache_key option to make it possible to skip rebuilding? just like drone-cache