| Server IP : 104.21.21.239 / Your IP : 216.73.216.55 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.7 System : Linux ip-172-31-69-123.ec2.internal 6.1.177-224.371.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 20:28:29 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/awscli/botocore/__pycache__/ |
Upload File : |
a
wA�i�M � @ s� d Z ddlmZ ddlmZ ddlmZ dZdZG dd� de �Z
G d d
� d
e
�ZG dd� de
�ZG d
d� de
�Z
G dd� de
�ZG dd� d�Zd dd�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�ZdS )!zBinary Event Stream Decoding� )�crc32)�unpack)�EventStreamError� i c @ s e Zd ZdZdS )�ParserErrorz,Base binary flow encoding parsing exception.N)�__name__�
__module__�__qualname__�__doc__� r r �?/usr/lib/python3.9/site-packages/awscli/botocore/eventstream.pyr s r c s e Zd ZdZ� fdd�Z� ZS )�DuplicateHeaderz$Duplicate header found in the event.c s d|� d�}t � �|� d S )NzDuplicate header present: "�"��super�__init__)�self�header�message�� __class__r r r "