Skip to content

Commit

Permalink
Boto3: Document AWS_S3_ADDRESSING_STYLE
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 3, 2018
1 parent c79feb9 commit 28ecb5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/backends/amazon-S3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,12 @@ Available are numerous settings. It should be especially noted the following:
``AWS_S3_VERIFY`` (optional: default is ``None`` - boto3 only)
Whether or not to verify the connection to S3. Can be set to False to not verify certificates or a path to a CA cert bundle.

``AWS_S3_ENDPOINT_URL`` (optional: default is ``None``)
``AWS_S3_ENDPOINT_URL`` (optional: default is ``None``, boto3 only)
Custom S3 URL to use when connecting to S3, including scheme. Overrides ``AWS_S3_REGION_NAME`` and ``AWS_S3_USE_SSL``.

``AWS_S3_ADDRESSING_STYLE`` (default is ``None``, boto3 only)
Possible values ``virtual`` and ``path``.

``AWS_S3_CALLING_FORMAT`` (optional: default is ``SubdomainCallingFormat()``)
Defines the S3 calling format to use to connect to the static bucket.

Expand Down

0 comments on commit 28ecb5d

Please sign in to comment.