Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
boto
/
s3
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: keyfile.cpython-310.pyc
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__"