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

aws / aws-sdk-ruby / 1944 / 2
92%
master: 97%

Build:
Build:
LAST BUILD BRANCH: v2.11.632
DEFAULT BRANCH: master
Ran 18 Apr 2016 11:01PM UTC
Files 282
Run time 8s
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 10:55PM UTC coverage: 91.965%. First build
1.9.3, KITCHEN_SINK=1

push

travis-ci

trevorrowe
Fix for Aws::S3::Bucket#exists?

Fixed the following issue:

  s3 = Aws::S3::Resource.new(region: 'us-west-1')

  s3.bucket('us-west-2-bucket-you-dont-own').exists?
  #=> raises Aws::S3::Errors::BadRequest

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 is due to the fact that HEAD reponses do not have a body.

Added a check for the "x-amz-bucket-region" header before checking the
body. This the SDK to determine the proper signing region for the
request.

This change currently lacks tests.

See #1161

7256 of 7890 relevant lines covered (91.96%)

758.36 hits per line

Source Files on job 1944.2 (1.9.3, KITCHEN_SINK=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1944
  • Travis Job 1944.2
  • c3a61b63 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

© 2026 Coveralls, Inc