aws 2.3.31 → 2.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|