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

boto / boto3 / 219
99%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 09 Feb 2015 09:38PM UTC
Jobs 5
Files 11
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
219

push

travis-ci

danielgtaylor
Fix S3 resource identifier order bug

This change fixes the issue described in #59 by updating the model based on
the output of the proposed change in awslabs/aws-model-validators#2. The
following now works properly:

```python
import boto3

obj = boto3.resource('s3').Bucket('foo').Object('bar')
mpu = obj.initiate_multipart_upload()
part = mpu.MultipartUploadPart(1)
print(part.object_key)
```

695 of 705 relevant lines covered (98.58%)

4.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 219.1 09 Feb 2015 09:38PM UTC 0
98.16
Travis Job 219.1
2 219.2 09 Feb 2015 09:38PM UTC 0
98.16
Travis Job 219.2
3 219.3 09 Feb 2015 09:39PM UTC 0
98.58
Travis Job 219.3
4 219.4 09 Feb 2015 09:39PM UTC 0
98.58
Travis Job 219.4
5 219.5 09 Feb 2015 09:39PM UTC 0
98.16
Travis Job 219.5
Source Files on build 219
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #219
  • 08df735c on github
  • Next Build on s3-ident-fix (#229)
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