Same here using EU node
"Error: Empty hostname / CNAME list."
Triggered here:
wp-w3-total-cache / lib / W3 / Cdn / Base.php
/**
* Test domains
*
* @param string $error
* @return boolean
*/
function _test_domains(&$error) {
$domains = $this->get_domains();
if (!count($domains)) {
$error = 'Empty hostname / CNAME list.';
return false;
}
Not sure why as I provide the bucket.s3.amazon link ...
Anybody?