diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-02-06 11:48:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 11:48:57 +0900 |
| commit | c88902e640e6ac7f7c9ea4b66f8a6005273636ab (patch) | |
| tree | 9c9db6aa532143d8629fba826c8de18f5ccc54fd /src/models | |
| parent | Improve captcha (#7138) (diff) | |
| download | sharkey-c88902e640e6ac7f7c9ea4b66f8a6005273636ab.tar.gz sharkey-c88902e640e6ac7f7c9ea4b66f8a6005273636ab.tar.bz2 sharkey-c88902e640e6ac7f7c9ea4b66f8a6005273636ab.zip | |
s3ForcePathStyle (#7122)
Co-authored-by: ybw2016v <dogcraft@126.com>
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/entities/meta.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/models/entities/meta.ts b/src/models/entities/meta.ts index 72a8b97978..f013169f86 100644 --- a/src/models/entities/meta.ts +++ b/src/models/entities/meta.ts @@ -399,4 +399,9 @@ export class Meta { default: false, }) public objectStorageSetPublicRead: boolean; + + @Column('boolean', { + default: true, + }) + public objectStorageS3ForcePathStyle: boolean; } |