We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7b2fd commit bf5c133Copy full SHA for bf5c133
README.rst
@@ -5,7 +5,9 @@ A lightweight file upload input for Django and Amazon S3.
5
6
Django-S3File allows you to upload files directly AWS S3 effectively
7
bypassing your application server. This allows you to avoid long running
8
-requests from large file uploads.
+requests from large file uploads. This is particuallary helpful for if
9
+you run your service on AWS Lambda or Heroku where you have a fix request
10
+limit.
11
12
|PyPi Version| |Build Status| |Test Coverage| |GitHub license|
13
0 commit comments