OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
gslib
/
vendored
/
boto
/
boto
/
s3
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/11/2025 08:19:48 AM
rwxr-xr-x
📄
__init__.cpython-39.pyc
1.66 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
acl.cpython-39.pyc
4.58 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucket.cpython-39.pyc
60.9 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucketlistresultset.cpython-39.pyc
4.54 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucketlogging.cpython-39.pyc
2.23 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
connection.cpython-39.pyc
19.94 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
cors.cpython-39.pyc
7.01 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
deletemarker.cpython-39.pyc
1.12 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
key.cpython-39.pyc
58.73 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
keyfile.cpython-39.pyc
3.78 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
lifecycle.cpython-39.pyc
9.59 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
multidelete.cpython-39.pyc
3.9 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
multipart.cpython-39.pyc
9.75 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
prefix.cpython-39.pyc
978 bytes
02/11/2025 08:19:48 AM
rw-r--r--
📄
tagging.cpython-39.pyc
2.71 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
user.cpython-39.pyc
1.17 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
website.cpython-39.pyc
9.92 KB
02/11/2025 08:19:48 AM
rw-r--r--
Editing: multipart.cpython-39.pyc
Close
a sFg/ � @ sj d dl mZ d dl mZ d dlmZ d dlZG dd� de�ZG dd� de�Z d d d �Z G dd� de�ZdS )� )�user)�key)�handlerNc @ s2 e Zd ZdZddd�Zdd� Zdd� Zd d � ZdS )�CompleteMultiPartUploada� Represents a completed MultiPart Upload. Contains the following useful attributes: * location - The URI of the completed upload * bucket_name - The name of the bucket in which the upload is contained * key_name - The name of the new, completed key * etag - The MD5 hash of the completed, combined upload * version_id - The version_id of the completed upload * encrypted - The value of the encryption header Nc C s. || _ d | _d | _d | _d | _d | _d | _d S �N)�bucket�location�bucket_name�key_name�etag� version_id� encrypted��selfr � r �4/opt/gsutil/gslib/vendored/boto/boto/s3/multipart.py�__init__- s z CompleteMultiPartUpload.__init__c C s d| j | jf S )Nz <CompleteMultiPartUpload: %s.%s>)r r �r r r r �__repr__6 s �z CompleteMultiPartUpload.__repr__c C s d S r r �r �name�attrs� connectionr r r �startElement: s z$CompleteMultiPartUpload.startElementc C sP |dkr|| _ n<|dkr || _n,|dkr0|| _n|dkr@|| _nt| ||� d S )N�Location�Bucket�Key�ETag)r r r r �setattr�r r �valuer r r r � endElement= s z"CompleteMultiPartUpload.endElement)N��__name__� __module__�__qualname__�__doc__r r r r! r r r r r s r c @ s2 e Zd ZdZddd�Zdd� Zdd� Zd d � ZdS )�Parta Represents a single part in a MultiPart upload. Attributes include: * part_number - The integer part number * last_modified - The last modified date of this part * etag - The MD5 hash of this part * size - The size, in bytes, of this part Nc C s"