Server IP : 23.254.227.96 / Your IP : 216.73.216.46 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.6/site-packages/cloudinit/__pycache__/ |
Upload File : |
3 ��b� � @ s� d dl Z d dlZd dlmZ d dlmZmZ eje�Z e ejg�ZG dd� de �ZG dd� de �Zdd � Zdd d�Zddd�Zddd�Zddd�ZdS )� N)�log)� url_helper�utilc @ s e Zd ZdZdd� Zdd� ZdS )�MetadataLeafDecoderz.Decodes a leaf blob into something meaningful.c C s, |sdS |j � }|jd�r(|jd�r(dS dS )NF�{�}T)�strip� startswith�endswith)�self�text� r �/usr/lib/python3.6/ec2_utils.py�_maybe_json_object s z&MetadataLeafDecoder._maybe_json_objectc C s� |sdS yt j|�}W n tk r* |S X | j|�rvy tj|�S ttfk rt } ztj d||� W Y d d }~X nX |j d�dkr�|j� S |S )N� z6Field %s looked like a json object, but it was not: %s� � ���)r � decode_binary�UnicodeDecodeErrorr �json�loads� ValueError� TypeError�LOG�warning�find� splitlines)r �field�blob�er r r �__call__ s"