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

Specify bucket name #26

Closed mrdziuban closed 6 years ago

mrdziuban commented 6 years ago

It looks like right now the bucket is determined by splitting the key on / and taking the first part. Would it be possible to allow users to specify the bucket name?

mrdziuban commented 6 years ago

Never mind, I found I can specify path and fallback_path to do what I want. Thanks for the helpful tool!