as3cf->get_storage_provider()->get_console_url( $bucket, $prefix, $region ); } /** * Title to be shown for provider's console link. * * @return string */ public static function get_console_title(): string { return _x( 'Control Panel', 'Provider console link text', 'amazon-s3-and-cloudfront' ); } }