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

ic-labs / django-icekit / 711
74%

Build:
DEFAULT BRANCH: develop
Ran 16 Mar 2017 04:20AM UTC
Jobs 1
Files 255
Run time 11s
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
711

Pull #217

travis-ci

web-flow
Use public-read for S3-enabled storage of thumbnails by default

When the `ENABLE_S3_MEDIA` setting is applied, continue to use "private"
S3 storage for media assets by default, but switch to using "public"
S3 storage for thumbnails generated by the thumbnailing system.

Here "private" storage means that images are only accessible through
time-limited signed S3 URLs, while "public" means that thumbnails will
be accessible through non-time-limited standard S3 URLs and the
thumbnail images will be stored with the `public-read` ACL behind the
scenes.

As part of this change, the `S3DefaultStorage` storage class is renamed
to `S3DefaultPrivateStorage` to be explicit (the original class name
remains available for backwards-compatibility) and the new
`S3DefaultPublicStorage` class is added.
Pull Request #217: Use public-read for S3-enabled storage of thumbnails by default

6 of 6 new or added lines in 2 files covered. (100.0%)

3934 of 5397 relevant lines covered (72.89%)

0.73 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
icekit/project/settings/calculated.py
4
100.0
icekit/utils/storage.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
icekit/utils/storage.py
Jobs
ID Job ID Ran Files Coverage
1 711.1 16 Mar 2017 04:20AM UTC 0
72.89
Travis Job 711.1
Source Files on build 711
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #711
  • Pull Request #217
  • PR Base - develop (#708)
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