Skip to content

Commit 2390eca

Browse files
committed
Rephrase endpoint_url documentation wording
Improved clarity and readability of the endpoint_url parameter documentation for S3 commands.
1 parent 8bfa390 commit 2390eca

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

awscli/topics/s3-config.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ for performance reasons or to account for the specific environment where these
1616
``aws s3`` commands are being run.
1717

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

2624
Configuration Values
2725
====================

0 commit comments

Comments
 (0)