Returns a temporary URL to the file (e.g. signed URL).
@override Future<String> temporaryUrl(String path, DateTime expiration) async { return url(path); }