Closed romeovs closed 7 years ago
Validates regions based on a preset map of valid regions and exposes these regions so users don't have to use magic strings.
Client.regions['us-west'] is more sensible than 'us-west'.
Client.regions['us-west']
'us-west'
Validates regions based on a preset map of valid regions and exposes these regions so users don't have to use magic strings.
Client.regions['us-west']
is more sensible than'us-west'
.