Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-28 11:48:43 +00:00
commit 090e012384

View File

@ -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[]]> {