l.s.d.s.S3MultipartUpload(object) : class documentation

Part of libcloud.storage.drivers.s3 View Source View In Hierarchy

Class representing an amazon s3 multipart upload
Method __init__ Class representing an amazon s3 multipart upload
Method __repr__ Undocumented
def __init__(self, key, id, created_at, initiator, owner): (source)
Class representing an amazon s3 multipart upload

@param key: The object/key that was being uploaded
@type key: C{str}

@param id: The upload id assigned by amazon
@type id: C{str}

@param created_at: The date/time at which the upload was started
@type created_at: C{str}

@param initiator: The AWS owner/IAM user who initiated this
@type initiator: C{str}

@param owner: The AWS owner/IAM who will own this object
@type owner: C{str}
def __repr__(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.