lib/rudy/aws.rb in rudy-0.9.8.016 vs lib/rudy/aws.rb in rudy-0.9.8.017
- old
+ new
@@ -6,10 +6,10 @@
module Rudy
module AWS
extend self
unless defined?(Rudy::AWS::VALID_REGIONS)
- VALID_REGIONS = [:'eu-west-1', :'us-east-1'].freeze
+ VALID_REGIONS = [:'eu-west-1', :'us-east-1', :'us-west-1', :'ap-southeast-1'].freeze
end
def valid_region?(r); VALID_REGIONS.member?(r.to_sym || ''); end
# Modifies +str+ by removing <tt>[\0\n\r\032\\\\]</tt> and escaping <tt>[\'\"]</tt>