Skip to content

Commit

Permalink
[doc] Path style config for S3 (apache#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
wg1026688210 authored Mar 30, 2023
1 parent 868f292 commit a758cb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/content/filesystems/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,13 @@ The S3 Filesystem also support using S3 compliant object stores such as IBM’s
```yaml
s3.endpoint: your-endpoint-hostname
```
## Configure Path Style Access
Some S3 compliant object stores might not have virtual host style addressing enabled by default, for example when using Standalone MinIO for testing purpose.
In such cases, you will have to provide the property to enable path style access.
```yaml
s3.path.style.access: true
```

0 comments on commit a758cb3

Please sign in to comment.