Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions awscli/topics/s3-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ are provided in the case where you need to modify one of these values, either
for performance reasons or to account for the specific environment where these
``aws s3`` commands are being run.

.. note::
`S3 high-level commands <https://docs.aws.amazon.com/cli/latest/reference/s3/>`_ provide an option to use a custom endpoint using ``--endpoint-url``.
This overrides the default endpoint the command will use.
Use caution when configuring this parameter, as it can cause S3 redirect issues and
unintended behavior. This parameter is intended for VPC endpoints and other S3 specialized configurations.
For more information about endpoint configuration,
see `Service-specific endpoints <https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html>`_.

Configuration Values
====================
Expand Down