We are not able to load external configs through AWS S3.
On 2.5.1:
def resource = resolver.getResource(location.toString())
if(resource.exists()) {
InputStream stream = null
try {
stream = resource.getInputStream()
if (resource.filename.endsWith('.groovy')) {