# File lib/aws/s3/paginated_collection.rb, line 46
      def list_options options
        opts = {}
        opts[:bucket_name] = bucket.name if respond_to?(:bucket)
        opts
      end