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