parent
0e45f10d99
commit
c88902e640
6 changed files with 36 additions and 2 deletions
|
@ -399,4 +399,9 @@ export class Meta {
|
|||
default: false,
|
||||
})
|
||||
public objectStorageSetPublicRead: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public objectStorageS3ForcePathStyle: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue