konflux-ci / build-definitions

Apache License 2.0
23 stars 133 forks source link

fix: extract region from aws s3 urls #1635

Closed ralphbean closed 5 days ago

ralphbean commented 5 days ago

It turns out that IBM Cloud and AWS s3 bucket urls are constructed differently, and the region is in a different place in the string.

Add a conditional here to catch AWS-style urls.

ralphbean commented 5 days ago

Going to force merge this one.