mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
feat(media): ✨ Add path_style and path configuration to S3
This commit is contained in:
parent
5bb4e967a7
commit
404d63f6d0
3 changed files with 13 additions and 1 deletions
|
|
@ -153,6 +153,12 @@ convert_vectors = false
|
|||
# region = "us-east-1"
|
||||
# bucket_name = "versia"
|
||||
# public_url = "https://cdn.example.com"
|
||||
# Adds a prefix to the uploaded files
|
||||
# path = "versia"
|
||||
# Use path-style URLs during upload (e.g. https://s3.example.com/versia)
|
||||
# instead of the default virtual-hosted style (e.g. https://versia.s3.example.com)
|
||||
# This is required for some S3-compatible services, such as MinIO
|
||||
# path_style = true
|
||||
|
||||
[validation]
|
||||
# Checks user data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue