[Webkit-unassigned] [Bug 218345] Allow overriding the S3 endpoint URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 04:25:12 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=218345

--- Comment #4 from Angelos Oikonomopoulos <angelos at igalia.com> ---
(In reply to Jonathan Bedard from comment #3)
> What is the motivation for this change?

The motivation is being able to run a replica of the buildbot infra in a staging environment, so as to be able to try out proposed configuration changes before rolling them out in the live environment.

In order to do that, we need to run separate (throwaway) instances of the buildbot server and also be able to override the use of specific S3 buckets. We could do that by resolving the hardcoded amazon addresses to local IPs, but then we'd also need to create a private CA, propagate the certs etc. With the proposed change, we can simply have the endpoint url be http://something:someport so that things trivially work out of the box.

A separate patch would add the ability to override the hardcoded S3URL in ews-build/steps.py.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201030/f7fa6963/attachment.htm>


More information about the webkit-unassigned mailing list