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

Drone S3 Region Support #31

Closed captn3m0 closed 6 years ago

captn3m0 commented 6 years ago

Might need changes before merging back.

donny-dont commented 6 years ago

@Hashfyre @captn3m0 will one of you be addressing the feedback here?

Hashfyre commented 6 years ago

Hi @donny-dont I had first tried the region param passing to NewWithCredentials here:

However that did not work for us, we had the same failed builds.

I'll try this again, and give you a detailed trace if possible.

Totally agree that not looking up creds through the *Creds object is a hack, will fix all of that before making a clean PR.