def self.get_path(path, options = {})
      defaults = {
        :bucketize => true
      }
      options = defaults.merge(options)