Merge pull request #3304 from quay/geoip-fix
Fix geoip resolution for AWS-based pulls
This commit is contained in:
commit
8cd3740c69
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class IPResolver(IPResolverInterface):
|
|||
break
|
||||
|
||||
return ResolvedLocation('aws', region, None, sync_token,
|
||||
geoinfo.country.country_iso_code if geoinfo else None)
|
||||
geoinfo.country.iso_code if geoinfo else None)
|
||||
return _get_location
|
||||
|
||||
@staticmethod
|
||||
|
|
Reference in a new issue