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

boto / botocore / 1280
97%

Build:
DEFAULT BRANCH: develop
Ran 03 Feb 2015 10:33PM UTC
Jobs 4
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
1280

Pull #448

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
Pull Request #448: Implement opt-in unsigned requests for clients.

10 of 10 new or added lines in 4 files covered. (100.0%)

4405 of 4675 relevant lines covered (94.22%)

3.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1280.1 03 Feb 2015 10:33PM UTC 0
93.52
Travis Job 1280.1
2 1280.2 03 Feb 2015 10:33PM UTC 0
93.13
Travis Job 1280.2
3 1280.3 03 Feb 2015 10:34PM UTC 0
93.11
Travis Job 1280.3
4 1280.4 03 Feb 2015 10:34PM UTC 0
93.07
Travis Job 1280.4
Source Files on build 1280
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1280
  • Pull Request #448
  • PR Base - develop (#1278)
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