palashCItobuz

Results 2 issues of palashCItobuz

I was trying to create a zip and upload it to the s3 bucket using v3 sdk. ``` const zip = new JSZip(); fileArr.forEach((file: string) => { zip.folder("./")?.file(file, fs.readFileSync(path.join(reportDir, file)));...

## Bug report ### Required System information - Node.js version: 20.11 - NPM version: 10.2.4 - Strapi version: 4.20 - Database: postgres - Operating system: IOS - Is your project...

issue: bug
severity: medium
source: core:content-type-builder
status: pending reproduction