Ajwinder Singh

Results 210 comments of Ajwinder Singh

@Narretz thanks for opening this issue, I was able to check that 'applyChecksum' is not a a part of `S3` client but it is present in https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_signature_v4.signaturev4-1.html

Would also need to update `UPGRADING.md`

@zackpollard thanks for opening this issue, is it still a persisting issue with the latest version of the SDK?

Hey thanks for opening the issue, we'll track this issue with https://github.com/aws/aws-sdk-js-v3/issues/3847

Hey @calebpollman thanks for opening this issue and setting up repo for repro as well. Do you see similar errors when not using cypress? Could also be related to webpack...

@ffxsam apologies for the late reply, I was able to reproduce this previously. Need to investigate more to find an appropriate solution. You are right about that Blob.prototype.stream() missing in...

Its unfortunate that you have to downgrade for workaround, I will discuss it with the team and see what a potential solution could be for this.

Hey @ffxsam I was able to run some tests, https://github.com/aws/aws-sdk-js-v3/issues/2183#issuecomment-809760508 used this code which didn't work in previous version but works in `14.1.1`

I understand, let me try and work with the example you provided.

@ffxsam, getting CORS error for some reason trying to work with the code you provided. I was going to look into pollyfill for previous versions.