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

Fix ValueError crash in S3Boto3Storage #437

Closed
wants to merge 2 commits into from
Closed

Fix ValueError crash in S3Boto3Storage #437

wants to merge 2 commits into from

Commits on Dec 10, 2017

  1. Fix ValueError crash in S3Boto3Storage

    Using this storage with `ManifestFilesMixin`, and in some other
    not-so-uncommon scenarios.
    
    This tweak essentially retains the changes from c73680e, but fixes #382.
    Hugo Osvaldo Barrera committed Dec 10, 2017
    Copy the full SHA
    4f0d584 View commit details
    Browse the repository at this point in the history
  2. Unbreak tests broken by latest commit

    Hugo Osvaldo Barrera committed Dec 10, 2017
    Copy the full SHA
    24f1e33 View commit details
    Browse the repository at this point in the history