[Solved] AWS S3 JS SDK TypeError: readableStream.getReader is not a function
Recently I faced a problem with AWS Cogntio JS SDK V3 for S3 buckets. While calling PutObjectCommand from SDK, an error occurs with the message TypeError: readableStream.getReader is not a function. On googling the error, I found this GitHub thread Angular 19 PutObjectRequest readableStream.getReader is not a function, where repo maintainers confirmed that the issue … Read more