Skip to content

Commit

Permalink
[docs/s3] Fix typo (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0th3h3llam1 committed Jun 25, 2022
1 parent 5015c24 commit 620a133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/amazon-S3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ searches for them:

To view a full list of possible parameters (there are many) see the `Boto3 docs for uploading files`_; an incomplete list includes: ``CacheControl``, ``SSEKMSKeyId``, ``StorageClass``, ``Tagging`` and ``Metadata``.

``AWS_DEFAULT_ACL`` (optional; default is ``None`` which means the file will be ``private`` per Amazon's defalt)
``AWS_DEFAULT_ACL`` (optional; default is ``None`` which means the file will be ``private`` per Amazon's default)

Use this to set an ACL on your file such as ``public-read``. If not set the file will be ``private`` per Amazon's default.
If the ``ACL`` parameter is set in ``AWS_S3_OBJECT_PARAMETERS``, then this setting is ignored.
Expand Down

0 comments on commit 620a133

Please sign in to comment.