for await()

in packages/backend-common/src/s3.ts [125:127]


		for await (const chunk of body) {
			chunks.push(chunk);
		}