aws 2.3.31 → 2.3.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/sdb/right_sdb_interface.rb +2 -1
  2. 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
- save(options)
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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 3
8
- - 31
9
- version: 2.3.31
8
+ - 32
9
+ version: 2.3.32
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder