@@ -15,7 +15,7 @@ Features
1515- lightweight: less 200 lines
1616- no JavaScript or Python dependencies (no jQuery)
1717- easy integration
18- - works just like the build -in
18+ - works just like the built -in
1919
2020Installation
2121------------
@@ -91,14 +91,14 @@ to your CORS policy.
9191 Uploading multiple files
9292~~~~~~~~~~~~~~~~~~~~~~~~
9393
94- Django does have limited ` support to uploaded multiple files `_. S3File
94+ Django does have limited support for ` uploading multiple files `_. S3File
9595fully 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
9797uploaded to AWS S3 directly and not to your Django application server.
9898
9999.. _Amazon S3 storage : http://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html
100100.. _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
102102
103103.. |PyPi Version | image :: https://img.shields.io/pypi/v/django-s3file.svg
104104 :target: https://pypi.python.org/pypi/django-s3file/
@@ -107,4 +107,4 @@ uploaded to AWS S3 directly and not to your Django application server.
107107.. |Test Coverage | image :: https://codecov.io/gh/codingjoe/django-s3file/branch/master/graph/badge.svg
108108 :target: https://codecov.io/gh/codingjoe/django-s3file
109109.. |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