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

boto / boto3 / 63 / 4
91%
develop: 91%

Build:
DEFAULT BRANCH: develop
Ran 31 Oct 2014 11:24PM UTC
Files 12
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

31 Oct 2014 11:21PM UTC coverage: 96.762% (+0.2%) from 96.565%
63.4

Pull #12

travis-ci

danielgtaylor
Add options for constructing clients & resources.

This pull request adds all of the options available through Botocore's
client constructor for making Boto 3 clients and resources, including
credentials, region, SSL, and other settings.

```python
sqs = boto3.resource('sqs', region_name='us-west-2')

s3 = boto3.resource('s3', aws_access_key_id='YOUR_KEY',
                    aws_secret_access_key='YOUR_SECRET')
```

It also removes the default of `'us-east-1'` and requires you to set
a region. The docs have been updated (slightly) and the tests have
been updated to reflect this. I plan to flesh out the configuration
documentation in the future.
Pull Request #12: Add options for constructing clients & resources.

508 of 525 relevant lines covered (96.76%)

0.97 hits per line

Source Files on job 63.4
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 63
  • Travis Job 63.4
  • 9fc9be09 on github
  • Prev Job for on develop (#61.4)
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