We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b852632 commit 071b17eCopy full SHA for 071b17e
README.md
@@ -211,7 +211,7 @@ deployment pipeline.
211
212
Django does have limited support for [uploading multiple
213
files](https://docs.djangoproject.com/en/stable/topics/http/file-uploads/#uploading-multiple-files).
214
-S3File fully supports this feature. The custom middleware makes ensure
+S3File fully supports this feature. The custom middleware ensures
215
that files are accessible via `request.FILES`, even though they have
216
been uploaded to AWS S3 directly and not to your Django application
217
server.
0 commit comments