class AWS::S3::ObjectUploadCollection

def [] id

Parameters:
  • id (String) -- The ID of an upload to get.

Returns:
  • (MultipartUpload) - An object representing the upload
def [] id
  MultipartUpload.new(object, id)
end