# File lib/fog/aws/models/storage/file.rb, line 142 def url(expires, options = {}) requires :key collection.get_https_url(key, expires, options) end