You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: awscli/topics/s3-config.rst
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,10 @@ for performance reasons or to account for the specific environment where these
16
16
``aws s3`` commands are being run.
17
17
18
18
.. 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``.
20
20
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.
0 commit comments