Skip to content

Commit

Permalink
Fix spelling (jschneier#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarn authored and mlazowik committed Mar 9, 2022
1 parent a4c174b commit b82a7bd
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 @@ -132,7 +132,7 @@ The following adjustments to settings are required:

- Rename ``AWS_HEADERS`` to ``AWS_S3_OBJECT_PARAMETERS`` and change the format of the key
names as in the following example: ``cache-control`` becomes ``CacheControl``.
- Raname ``AWS_ORIGIN`` to ``AWS_S3_REGION_NAME``
- Rename ``AWS_ORIGIN`` to ``AWS_S3_REGION_NAME``
- If ``AWS_S3_CALLING_FORMAT`` is set to ``VHostCallingFormat`` set ``AWS_S3_ADDRESSING_STYLE`` to ``virtual``
- Replace the combination of ``AWS_S3_HOST`` and ``AWS_S3_PORT`` with ``AWS_S3_ENDPOINT_URL``
- Extract the region name from ``AWS_S3_HOST`` and set ``AWS_S3_REGION_NAME``
Expand Down

0 comments on commit b82a7bd

Please sign in to comment.