insxsync 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -148,7 +148,7 @@ module InsxSync
148
148
 
149
149
  # this assumes the role on the production account to access CGE backups
150
150
  sts = AWS::STS.new(:access_key_id=>accessKeyId, :secret_access_key=>secretAccessKey)
151
- role = sts.assume_role(:role_arn => 'arn:aws:iam::677931414594:role/insxsync-test', :role_session_name => SecureRandom.uuid.gsub(/-/,''), :duration_seconds => 60 * 15)
151
+ role = sts.assume_role(:role_arn => 'arn:aws:iam::677931414594:role/insxsync', :role_session_name => SecureRandom.uuid.gsub(/-/,''), :duration_seconds => 60 * 15)
152
152
 
153
153
  # store role credentials
154
154
  creds = role[:credentials]
@@ -1,3 +1,3 @@
1
1
  module InsxSync
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insxsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: