Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
s3
/
File Content:
multipart.pyo
� �Wc @ s� d d l m Z d d l m Z d d l m Z d d l Z d e f d � � YZ d e f d � � YZ d d � Z d e f d � � YZ d S( i����( t user( t key( t handlerNt CompleteMultiPartUploadc B s5 e Z d Z d d � Z d � Z d � Z d � Z RS( s� 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 c C sC | | _ d | _ d | _ d | _ d | _ d | _ d | _ d S( N( t buckett Nonet locationt bucket_namet key_namet etagt version_idt encrypted( t selfR ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyt __init__- s c C s d | j | j f S( Ns <CompleteMultiPartUpload: %s.%s>( R R ( R ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyt __repr__6 s c C s d S( N( R ( R t namet attrst connection( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyt startElement: s c C st | d k r | | _ nX | d k r0 | | _ n@ | d k rH | | _ n( | d k r` | | _ n t | | | � d S( Nt Locationt Buckett Keyt ETag( R R R R t setattr( R R t valueR ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyt endElement= s N( t __name__t __module__t __doc__R R R R R ( ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyR s t Partc B s5 e Z d Z d d � Z d � Z d � Z d � Z RS( s 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 c C s1 | | _ d | _ d | _ d | _ d | _ d S( N( R R t part_numbert last_modifiedR t size( R R ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyR U s c C s% t | j t � r d | j Sd Sd S( Ns <Part %d>s <Part %s>s <Part None>( t isinstanceR t intR ( R ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyR \ s c C s d S( N( R ( R R R R ( ( s5 /usr/lib/python2.7/site-packages/boto/s3/multipart.pyR b s c C s� | d k r t | � | _ n^ | d k r6 | | _ nF | d k rN | | _ n. | d k rl t | � | _ n t | | | � d S( Nt PartNumbert LastModifiedR t Size( R"