class Aws::S3::FileDownloader::PartList

def each(&block)

def each(&block)
  @mutex.synchronize { @parts.each(&block) }
end