# File lib/aws/s3/tree/branch_node.rb, line 58
        def as_tree
          Tree.new(collection,
                   :prefix => prefix,
                   :delimiter => delimiter,
                   :append => append?)
        end