mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +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
|
|
@ -449,6 +449,8 @@ export const ConfigSchema = z
|
|||
public_url: url.describe(
|
||||
"Public URL that uploaded media will be accessible at",
|
||||
),
|
||||
path: z.string().optional(),
|
||||
path_style: z.boolean().default(true),
|
||||
})
|
||||
.optional(),
|
||||
validation: z.strictObject({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue