Skip to content

Commit

Permalink
Merge pull request #2587 from douenergy/vhost-link-update
Browse files Browse the repository at this point in the history
Update AWS S3 doc link
  • Loading branch information
szarnyasg authored Mar 26, 2024
2 parents fe2f4cc + fd4d729 commit b1256bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/httpfs/s3api-legacy-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b1256bb

Please sign in to comment.