class Aws::S3::MultipartFileUploader::PartList

def shift

def shift
  @mutex.synchronize { @parts.shift }
end