Part of libcloud.storage.drivers.s3 View Source View In Hierarchy
Class representing an amazon s3 multipart upload
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}