'; ?>
indicate_s3_class();
if ('UpdraftPlus_S3_Compat' == $use_s3_class && !class_exists('XMLWriter')) {
$updraftplus_admin->show_double_warning(
''.__('Warning', 'updraftplus').': '.
/* translators: %s: Required PHP module */
sprintf(__("Your web server's PHP installation does not include a required module (%s).", 'updraftplus'), 'XMLWriter').' '.
__("Please contact your web hosting provider's support and ask for them to enable it.", 'updraftplus')
);
}
if (!class_exists('SimpleXMLElement')) {
$updraftplus_admin->show_double_warning(
''.__('Warning', 'updraftplus').': '.
/* translators: %s: Required module name */
sprintf(__('Your web server\'s PHP installation does not included a required module (%s).', 'updraftplus'), 'SimpleXMLElement').' '.
__("Please contact your web hosting provider's support.", 'updraftplus').' '.
/* translators: 1: Module name, 2: Required module name */
sprintf(__('UpdraftPlus\'s %1$s module requires %2$s.', 'updraftplus'), $whoweare_long, 'SimpleXMLElement').' '.
__('Please do not file any support requests; there is no alternative.', 'updraftplus'),
$key
);
}
$updraftplus_admin->curl_check($whoweare_long, true, $key);
?>
array('href' => array()));
echo wp_kses(
/* translators: 1: Console URL, 2: Console description, 3: Service name */
sprintf(__('Get your access key and secret key from your %2$s console, then pick a (globally unique - all %3$s users) bucket name (letters and numbers) (and optionally a path) to use for storage.', 'updraftplus'), $console_url, $console_descrip, $whoweare_long),
$a_tag_html
).' '.esc_html__('This bucket will be created for you if it does not already exist.', 'updraftplus');
}
?>
" target="_blank">
" target="_blank">
|
{{#ifeq "s3" method_id}}
{{#> s3_additional_configuration_top}}
{{/s3_additional_configuration_top}}
{{else}}
{{#> s3generic_additional_configuration_top}}
{{/s3generic_additional_configuration_top}}
{{/ifeq}}