1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|aws] Update docs for Compute::Real#initialize to include ap-* regions

This commit is contained in:
Samuel Merritt 2011-04-26 17:47:44 -07:00
parent 707a46ae75
commit e1c6c1a416

View file

@ -188,7 +188,8 @@ module Fog
#
# ==== Parameters
# * options<~Hash> - config arguments for connection. Defaults to {}.
# * region<~String> - optional region to use, in ['eu-west-1', 'us-east-1', 'us-west-1']
# * region<~String> - optional region to use, in
# ['eu-west-1', 'us-east-1', 'us-west-1', 'ap-northeast-1', 'ap-southeast-1']
#
# ==== Returns
# * EC2 object with connection to aws.