@@ -15,7 +15,7 @@ Features
15
15
- lightweight: less 200 lines
16
16
- no JavaScript or Python dependencies (no jQuery)
17
17
- easy integration
18
- - works just like the build -in
18
+ - works just like the built -in
19
19
20
20
Installation
21
21
------------
@@ -91,14 +91,14 @@ to your CORS policy.
91
91
Uploading multiple files
92
92
~~~~~~~~~~~~~~~~~~~~~~~~
93
93
94
- Django does have limited ` support to uploaded multiple files `_. S3File
94
+ Django does have limited support for ` uploading multiple files `_. S3File
95
95
fully supports this feature. The custom middleware makes ensure that
96
- files are accessible via ``request.FILES ``, even thogh they have been
96
+ files are accessible via ``request.FILES ``, even though they have been
97
97
uploaded to AWS S3 directly and not to your Django application server.
98
98
99
99
.. _Amazon S3 storage : http://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html
100
100
.. _setup expiration : http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html
101
- .. _ support to uploaded multiple files : https://docs.djangop
101
+ .. _ uploading multiple files : https://docs.djangoproject.com/en/stable/topics/http/file-uploads/#uploading-multiple-files
102
102
103
103
.. |PyPi Version | image :: https://img.shields.io/pypi/v/django-s3file.svg
104
104
:target: https://pypi.python.org/pypi/django-s3file/
@@ -107,4 +107,4 @@ uploaded to AWS S3 directly and not to your Django application server.
107
107
.. |Test Coverage | image :: https://codecov.io/gh/codingjoe/django-s3file/branch/master/graph/badge.svg
108
108
:target: https://codecov.io/gh/codingjoe/django-s3file
109
109
.. |GitHub license | image :: https://img.shields.io/badge/license-MIT-blue.svg
110
- :target: https://raw.githubusercontent.com/codingjoe/django-s3file/master/LICENSE
110
+ :target: https://raw.githubusercontent.com/codingjoe/django-s3file/master/LICENSE
0 commit comments