# File lib/aws/s3/tree/branch_node.rb, line 34 def initialize parent, collection, options = {} @parent = parent super(collection, options.merge(:prefix => collection.prefix)) end