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

aws / aws-sdk-core-ruby / 332 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 07 Oct 2014 09:54PM UTC
Files 170
Run time 1min
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

07 Oct 2014 09:49PM UTC coverage: 92.59% (+0.004%) from 92.586%
2.0.0, NOKOGIRI=1, Gemfile

push

travis-ci

Trevor Rowe
All operations now accept a `:response_target` request param.

This optional parameter is now used to set the target of
the HTTP response body. Normal defaults still apply, but this
makes it simpler for streaming download operations, such
as S3::Client#get_object and Glacier::Client#get_job_output
to specify a file to download the response body to:

    # download an object to a file
    s3.get_object(bucket:'aws-sdk', key:'key', response_target:'path/to/file')

    # this still works
    s3.get_object({bucket:'aws-sdk', key:'key'}, {target:'path/to/file'})

Also, the new `:response_target` target parameter is now documented
on all API calls, and is included in the formatting example for
streaming operations (those named above).

Fixes #55

4486 of 4845 relevant lines covered (92.59%)

89.48 hits per line

Source Files on job 332.5 (2.0.0, NOKOGIRI=1, Gemfile)
  • Tree
  • List 0
  • Changed 12
  • Source Changed 4
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 332
  • Travis Job 332.5
  • 71b541ac on github
  • Prev Job for 2.0.0, NOKOGIRI=1, Gemfile on master (#331.5)
  • Next Job for 2.0.0, NOKOGIRI=1, Gemfile on master (#335.5)
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