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

boto / boto3 / 219 / 2
99%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 09 Feb 2015 09:38PM UTC
Files 11
Run time 6s
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

09 Feb 2015 09:33PM UTC coverage: 98.156%. First build
219.2

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)
```

692 of 705 relevant lines covered (98.16%)

0.98 hits per line

Source Files on job 219.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 219
  • Travis Job 219.2
  • 08df735c on github
  • Next Job for on s3-ident-fix (#229.1)
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