lib/fog/aws.rb in fog-aws-3.6.2 vs lib/fog/aws.rb in fog-aws-3.6.3
- old
+ new
@@ -218,9 +218,10 @@
response.get_header('Content-Type') =~ %r{application/.*json.*}i ? true : false
end
def self.regions
@regions ||= [
+ 'af-south-1',
'ap-east-1',
'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3',
'ap-south-1',
'ap-southeast-1', 'ap-southeast-2',
'ca-central-1',