# File lib/aws/s3/object_collection.rb, line 152
      def next_markers page
        { :marker => (last = page.contents.last and last.key) }
      end