# File lib/fog/google/models/storage/files.rb, line 78
        def get_https_url(key, expires)
          requires :directory
          service.get_object_https_url(directory.key, key, expires)
        end