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

aws / aws-sdk-core-ruby / 325 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2014 03:39AM UTC
Files 100
Run time 42s
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

03 Oct 2014 12:45AM UTC coverage: 78.351%. Remained the same
2.0.0, PURE_RUBY=1, Gemfile

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

1806 of 2305 relevant lines covered (78.35%)

27.94 hits per line

Source Files on job 325.4 (2.0.0, PURE_RUBY=1, Gemfile)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 325
  • Travis Job 325.4
  • 4a0c0c26 on github
  • Prev Job for 2.0.0, PURE_RUBY=1, Gemfile on master (#324.4)
  • Next Job for 2.0.0, PURE_RUBY=1, Gemfile on master (#326.4)
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