mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
allow /
in objectStoragePrefix
This commit is contained in:
parent
c866c16ed3
commit
d3baf735e6
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export const paramDef = {
|
||||||
useObjectStorage: { type: 'boolean' },
|
useObjectStorage: { type: 'boolean' },
|
||||||
objectStorageBaseUrl: { type: 'string', nullable: true },
|
objectStorageBaseUrl: { type: 'string', nullable: true },
|
||||||
objectStorageBucket: { type: 'string', nullable: true },
|
objectStorageBucket: { type: 'string', nullable: true },
|
||||||
objectStoragePrefix: { type: 'string', pattern: /^[a-zA-Z0-9-._]*$/.source, nullable: true },
|
objectStoragePrefix: { type: 'string', pattern: /^[a-zA-Z0-9-._\/]*$/.source, nullable: true },
|
||||||
objectStorageEndpoint: { type: 'string', nullable: true },
|
objectStorageEndpoint: { type: 'string', nullable: true },
|
||||||
objectStorageRegion: { type: 'string', nullable: true },
|
objectStorageRegion: { type: 'string', nullable: true },
|
||||||
objectStoragePort: { type: 'integer', nullable: true },
|
objectStoragePort: { type: 'integer', nullable: true },
|
||||||
|
|
Loading…
Add table
Reference in a new issue