# File lib/aws/s3/object_collection.rb, line 324 def initialize batch_size, &block @batch_size = batch_size @block = block @batch = [] end