# File lib/fog/aws/models/storage/files.rb, line 81 def get_http_url(key, expires, options = {}) requires :directory connection.get_object_http_url(directory.key, key, expires, options) end