aws 2.3.31 → 2.3.32
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sdb/right_sdb_interface.rb +2 -1
- metadata +2 -2
@@ -369,7 +369,8 @@ module Aws
|
|
369
369
|
rescue Aws::AwsError => ex
|
370
370
|
# puts "RESCUED in put_attributes: " + $!
|
371
371
|
if options[:create_domain] && create_domain_if_not_exist(ex, domain_name)
|
372
|
-
|
372
|
+
options.delete(:create_domain)
|
373
|
+
put_attributes(domain_name, item_name, attributes, replace, options)
|
373
374
|
else
|
374
375
|
raise ex
|
375
376
|
end
|