Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/s3/__pycache__/ |
Upload File : |
o ckF[K � @ s* d Z ddlZddlmZ G dd� d�ZdS )z� Wrapper class to expose a Key being read via a partial implementaiton of the Python file interface. The only functions supported are those needed for seeking in a Key open for reading. � N)�StorageResponseErrorc @ s� e Zd Zdd� Zdd� Zejfdd�Zdd� Zd d � Z dd� Z d d� Zdd� Zdd� Z dd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd � Zd!d"� Zd#S )$�KeyFilec C sF || _ | j �� d| _d| _d| _d| _d| _d| _d| _|j | _ d S )Nr F����rzUndefined in KeyFile) �key� open_read�location�closed� softspace�mode�encoding�errors�newlines�name)�selfr � r �1/usr/lib/python3/dist-packages/boto/s3/keyfile.py�__init__"