Skip to content

Commit 5db0a46

Browse files
committed
docs: warn against using s3.amazonaws.com as endpoint-url
Add warning to S3 configuration docs advising against using the global S3 endpoint (s3.amazonaws.com) as --endpoint-url parameter value to prevent PermanentRedirect errors and other unwanted behaviors/errors from S3 Addresses aws#9479
1 parent df85549 commit 5db0a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/topics/s3-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for performance reasons or to account for the specific environment where these
1818
.. warning::
1919
S3 commands have a parameter ``--endpoint-url`` that overrides the command's
2020
default URL with the given URL. Avoid using the S3 Global Endpoint
21-
(s3.amazonaws.com) as the value for this parameter to prevent redirect
21+
(``https://s3.amazonaws.com``) as the value for this parameter to prevent redirect
2222
issues and other unintended behavior or errors from S3.
2323

2424
Configuration Values

0 commit comments

Comments
 (0)