# File lib/mongo/grid/fs_bucket.rb, line 152
      def initialize(database, options = {})
        @database = database
        @options = options
        @chunks_collection = database[chunks_name]
        @files_collection = database[files_name]
      end