Skip to content

Commit

Permalink
Fix typos in Amazon S3 documentation (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Nour Chawich authored and jschneier committed Jan 14, 2017
1 parent 61b26e1 commit 27479d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/amazon-S3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage
*****

There are two backends for interacting with Amazon's S3, one based
on boto3 and an older one based on boto3. It is highly recommended that all
on boto3 and an older one based on boto. It is highly recommended that all
new projects (at least) use the boto3 backend since it has many bug fixes
and performance improvements over boto and is the future; boto is lightly
maintained if at all. The boto based backed will continue to be maintained
Expand All @@ -27,7 +27,7 @@ To use the boto version of the backend set::

To allow ``django-admin.py`` collectstatic to automatically put your static files in your bucket set the following in your settings.py::

STATICFILES_STORAGE = 'storages.backends.s3boto.S3Boto3Storage'
STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'

Available are numerous settings. It should be especially noted the following:

Expand Down

0 comments on commit 27479d2

Please sign in to comment.