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

S3Boto3Storage: fix for file-like objects without name, multipart upload support #195

Closed
wants to merge 3 commits into from

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    3c5d981 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. add pytest ini

    pacahon committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    30203f5 View commit details
    Browse the repository at this point in the history
  2. S3Boto3Storage: replace put method with upload_fileobj

    upload_fileobj method supports multipart upload while put method limits to ~5gb
    
    Avoid django-specific logic on saving python file-like objects without name
    pacahon committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    7f230f5 View commit details
    Browse the repository at this point in the history