# File lib/aws/s3/object_version.rb, line 98 def read options = {}, &block object.read(options.merge(:version_id => @version_id), &block) end