Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to thumbnails code for using remote media storage #1952

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2019

  1. Use default_storage for thumbnail creation rather than manipulating f…

    …ilesystem directly, in order to allow for remote media storage.
    cjh79 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9a1a956 View commit details
    Browse the repository at this point in the history
  2. Allow THUMBNAILS_DIR_NAME to be an absolute path from MEDIA_ROOT

    This can be used to aid Media Library performance when using a remote object storage system such as S3.
    cjh79 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1deb6ac View commit details
    Browse the repository at this point in the history