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