@aws-sdk/client-s3 in Cloudflare workers but when the SDK instantiates S3Client it tries to load the configuration from multiple including file system which is not supported and throws fs.readFile is not implemented yet!package.json and it had these fieldsnode_modules\@aws-sdk\client-s3\dist-cjs\index.jsfs.readFilenitro which uses rollup I have tried all nitro configurations to change this require string at build time but with no avail. Is there a way to change this string or even instruct nitro to build @aws-sdk/client-s3 for browser environment?