• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aws / aws-sdk-core-ruby / 325
100%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2014 03:38AM UTC
Jobs 11
Files 171
Run time 5min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
325

push

travis-ci

trevorrowe
Resolves a validation error with IAM.resources.json

The User#create_access_key method was attempting to return
an object with data, but the data path did not resolve to the
appropriate shape. It was attempting to return an "AccessKey" shape
instead of the "AccessKeyMetadata" shape required by its type.

To resolve this, a new resource type has been added, "AccessKeyPair".
This resource has the access key id AND the secret access key.

    # provides access to the secret only on newly created objects
    key_pair = IAM::Resource.new.user('name').create_access_key
    key_pair.access_key_id
    key_pair.secret_access_key

    # secrets are not retrievable after creation
    key = IAM::Resource.new.user('name').access_key('id)
    key.access_key_id
    key.secret_access_key #=> raises NoMethodError

4549 of 4955 relevant lines covered (91.81%)

351.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 325.1 (1.9.3, PURE_RUBY=1, Gemfile) 03 Oct 2014 03:38AM UTC 0
78.36
Travis Job 325.1
2 325.2 (1.9.3, NOKOGIRI=1, Gemfile) 03 Oct 2014 03:41AM UTC 0
92.54
Travis Job 325.2
3 325.3 (1.9.3, OX=1 OJ=1, Gemfile) 03 Oct 2014 03:39AM UTC 0
78.36
Travis Job 325.3
4 325.4 (2.0.0, PURE_RUBY=1, Gemfile) 03 Oct 2014 03:39AM UTC 0
78.35
Travis Job 325.4
5 325.5 (2.0.0, NOKOGIRI=1, Gemfile) 03 Oct 2014 03:42AM UTC 0
92.55
Travis Job 325.5
6 325.6 (2.0.0, OX=1 OJ=1, Gemfile) 03 Oct 2014 03:41AM UTC 0
92.55
Travis Job 325.6
7 325.7 (2.1.2, PURE_RUBY=1, Gemfile) 03 Oct 2014 03:41AM UTC 0
78.35
Travis Job 325.7
8 325.8 (2.1.2, NOKOGIRI=1, Gemfile) 03 Oct 2014 03:43AM UTC 0
78.35
Travis Job 325.8
9 325.9 (2.1.2, OX=1 OJ=1, Gemfile) 03 Oct 2014 03:43AM UTC 0
78.35
Travis Job 325.9
10 325.10 (jruby, PURE_RUBY=1, Gemfile) 03 Oct 2014 03:43AM UTC 0
72.17
Travis Job 325.10
11 325.11 (jruby, NOKOGIRI=1, Gemfile) 03 Oct 2014 03:43AM UTC 0
72.17
Travis Job 325.11
Source Files on build 325
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #325
  • 4a0c0c26 on github
  • Prev Build on master (#324)
  • Next Build on master (#326)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc