# File lib/fog/local/storage.rb, line 70 def initialize(options={}) require 'mime/types' @local_root = ::File.expand_path(options[:local_root]) @endpoint = options[:endpoint] || build_endpoint_from_options(options) end