Skip to content

Commit c6ca207

Browse files
authored
Added AWS_S3_FORCE_PATH_STYLE env variable for S3 configuration (#7)
1 parent 9979d90 commit c6ca207

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/self-hosting/configuration/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ AWS_S3_SECRET_ACCESS_KEY=
4242
AWS_S3_REGION=
4343
AWS_S3_BUCKET=
4444
AWS_S3_ENDPOINT=
45+
AWS_S3_FORCE_PATH_STYLE=
4546
```
4647

4748
Being S3-compatible means Docmost can work with AWS S3, Backblaze, Wasabi, DigitalOcean Spaces, Minio, and other S3-compatible providers.

docs/self-hosting/environment-variables.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ To configure your application, set the following environment variables. These va
4646
| `AWS_S3_REGION` | | The region where your S3 bucket is located. |
4747
| `AWS_S3_BUCKET` | | The name of your S3 bucket. |
4848
| `AWS_S3_ENDPOINT` | | The endpoint URL for your S3 service (optional). |
49+
| `AWS_S3_FORCE_PATH_STYLE` | `true` | Force the request to use path-style addressing (optional). |
4950

5051
## Email Configuration
5152

0 commit comments

Comments
 (0)