From fd4d7299fae66f808e006373d4178a30e5b78287 Mon Sep 17 00:00:00 2001 From: DouEnergy Date: Tue, 26 Mar 2024 22:21:10 +0800 Subject: [PATCH] update aws doc link --- docs/extensions/httpfs/s3api-legacy-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/httpfs/s3api-legacy-authentication.md b/docs/extensions/httpfs/s3api-legacy-authentication.md index a76337e00db..ec77a74718f 100644 --- a/docs/extensions/httpfs/s3api-legacy-authentication.md +++ b/docs/extensions/httpfs/s3api-legacy-authentication.md @@ -27,7 +27,7 @@ If the endpoint is not SSL-enabled then run: SET s3_use_ssl = false; ``` -Switching between [path-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html#path-style-url-ex) and [vhost-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html#virtual-host-style-url-ex) URLs is possible using: +Switching between [path-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access) and [vhost-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#virtual-hosted-style-access) URLs is possible using: ```sql SET s3_url_style = 'path';