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

boto / botocore / 1279
94%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: add_recursive_role_assumption
DEFAULT BRANCH: develop
Ran 03 Feb 2015 10:31PM UTC
Jobs 3
Files 28
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

pending completion
1279

push

travis-ci

danielgtaylor
Implement opt-in unsigned requests for clients.

This change makes it possible to override the signature version at client
creation time using a parameter. It also introduces the concept of an
advanced configuration object for clients:

```python
import botocore
from botocore.client import Config

config = Config(signature_version=botocore.UNSIGNED)
s3 = session.create_client('s3', config=config)
```

This does **not** move any existing parameters into the advanced
configuration object, and thus is not yet a breaking change. It
does include the following:

* Adds `botocore.UNSIGNED` as a sentinel to disable signing
* Updates `botocore.handlers.disable_signing` to use `botocore.UNSIGNED`
* Adds a `botocore.client.Config` object to store signature version
* Modifies client creation to use this new config
* Updated / new unit tests

4405 of 4675 relevant lines covered (94.22%)

2.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1279.1 03 Feb 2015 10:33PM UTC 0
93.52
Travis Job 1279.1
3 1279.3 03 Feb 2015 10:31PM UTC 0
93.11
Travis Job 1279.3
4 1279.4 03 Feb 2015 10:32PM UTC 0
93.07
Travis Job 1279.4
Source Files on build 1279
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1279
  • 50e044d3 on github
  • Next Build on anon-clients (#1283)
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