mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Add use_path_style vars to readme
This commit is contained in:
parent
fb1136e37f
commit
a624496e4c
1 changed files with 2 additions and 0 deletions
|
@ -437,6 +437,7 @@ you configure using environment variables, make sure the following are set:
|
|||
- `PICTRS__STORE__ENDPOINT=https://object-storage-endpoint`
|
||||
- `PICTRS__STORE__BUCKET_NAME=bucket-name`
|
||||
- `PICTRS__STORE__REGION=region`
|
||||
- `PICTRS__STORE__USE_PATH_STYLE=false` (set to true if your object storage request path style access)
|
||||
- `PICTRS__STORE__ACCESS_KEY=access-key`
|
||||
- `PICTRS__STORE__SECRET_KEY=secret-key`
|
||||
|
||||
|
@ -447,6 +448,7 @@ type = "object_storage"
|
|||
endpoint = "https://object-storage-endpoint"
|
||||
bucket_name = "bucket-name"
|
||||
region = "region"
|
||||
use_path_style = false # Set to true if your object storage requires path style access
|
||||
access_key = "access-key"
|
||||
secret_key = "secret-key"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue