mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
b25d99ea11
@ -32,6 +32,7 @@ export default class extends StorageType {
|
|||||||
return new createAliOssStorage({
|
return new createAliOssStorage({
|
||||||
config: this.storage.options,
|
config: this.storage.options,
|
||||||
filename: cloudFilenameGetter(this.storage),
|
filename: cloudFilenameGetter(this.storage),
|
||||||
|
timeout: this.storage.options.timeout || 600_000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async delete(records: AttachmentModel[]): Promise<[number, AttachmentModel[]]> {
|
async delete(records: AttachmentModel[]): Promise<[number, AttachmentModel[]]> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user