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

Problem with S3Boto3StorageFile and a file greater than 5Mb #364

Closed
mattswoon opened this issue Jul 24, 2017 · 0 comments · Fixed by #504
Closed

Problem with S3Boto3StorageFile and a file greater than 5Mb #364

mattswoon opened this issue Jul 24, 2017 · 0 comments · Fixed by #504

Comments

@mattswoon
Copy link

Similar to issue #160 but for S3Boto3. Fix would be also very similar

mattswoon added a commit to mattswoon/django-storages that referenced this issue Jul 24, 2017
             part upload.

             Fixes jschneier#364, similar issue to jschneier#160 for s3boto3. Inspired by
             vinayinvicible's fix for jschneier#160.
jschneier pushed a commit that referenced this issue Jun 1, 2018
…504)

* fix for files with size more than buffer size

fixes #160

* fix(s3bot3): spool buffer file to end of all uploaded parts after each
             part upload.

             Fixes #364, similar issue to #160 for s3boto3. Inspired by
             vinayinvicible's fix for #160.

* Fix style issues flagged by flake8

* `At least two spaces before inline comment (E261)`
* `Imports are incorrectly sorted.`

* Fix s3boto3 test incompatibility with Python 3.4
nitely pushed a commit to satellogic/django-storages that referenced this issue Jul 30, 2018
…schneier#504)

* fix for files with size more than buffer size

fixes jschneier#160

* fix(s3bot3): spool buffer file to end of all uploaded parts after each
             part upload.

             Fixes jschneier#364, similar issue to jschneier#160 for s3boto3. Inspired by
             vinayinvicible's fix for jschneier#160.

* Fix style issues flagged by flake8

* `At least two spaces before inline comment (E261)`
* `Imports are incorrectly sorted.`

* Fix s3boto3 test incompatibility with Python 3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant