# File lib/aws/s3/prefixed_collection.rb, line 77
      def list_options(options)
        opts = super
        opts[:prefix] = prefix if prefix
        opts
      end