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

aws / aws-sdk-ruby / 1945 / 5
92%
master: 97%

Build:
Build:
LAST BUILD BRANCH: v2.11.632
DEFAULT BRANCH: master
Ran 18 Apr 2016 11:21PM UTC
Files 282
Run time 7s
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

18 Apr 2016 11:17PM UTC coverage: 91.341%. First build
2.1, PURE_RUBY=1

push

travis-ci

trevorrowe
Fix for Aws::S3::Client#head_bucket with improper region.

Resolved the following issues:

  s3 = Aws::S3::Client.new(region: 'us-west-1')
  s3.head_bucket(bucket: 'us-west-2-bucket')
  #=> raises Aws::S3::Errors::BadRequest (without a message)

If the bucket exists, but you are configured for the incorrect region,
the SDK fails to extract the actual bucket region from the 400 response.
This results in an empty error message. Added support for loading the
bucket region from the "x-amz-bucket-region" header, which is necessary
for all HEAD responses.

Fixes #1161

7205 of 7888 relevant lines covered (91.34%)

737.41 hits per line

Source Files on job 1945.5 (2.1, PURE_RUBY=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1945
  • Travis Job 1945.5
  • fd52fa59 on github
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

© 2025 Coveralls, Inc