lib/brightbox-cli/vendor/fog/lib/fog/aws/ses.rb in brightbox-cli-0.16.0 vs lib/brightbox-cli/vendor/fog/lib/fog/aws/ses.rb in brightbox-cli-0.17.0
- old
+ new
@@ -38,10 +38,10 @@
# :aws_secret_access_key => your_aws_secret_access_key
# )
#
# ==== 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'i, 'ap-southeast-1']
+ # * region<~String> - optional region to use, in ['eu-west-1', 'us-east-1', 'us-west-1', 'us-west-2', 'ap-southeast-1']
#
# ==== Returns
# * SES object with connection to AWS.
def initialize(options={})
require 'fog/core/parser'