Yenfry Herrera Feliz

Results 57 comments of Yenfry Herrera Feliz

Hi @Narretz, sorry to hear about your issues. Would it be an option for you to provide the checksum when executing the put object request?, for example: ```js import {PutObjectCommand,...

Hi @Narretz, thanks for letting us know. Please reach out back if you have any other issues. Thanks!

Related issue [here](https://github.com/aws/aws-sdk-js-v3/issues/4568).

Hi @DahShahar, I have not seen many people reacting to this report, but would it be possible for you to please confirm if this issue is still happening for you?...

Hi @DahShahar, I am still not able to reproduce this issue, but if you know a specific scenario that could reproduce it please share it with me so I can...

@dmarczydlo sorry for the delayed response. You should be able to use a custom s3 endpoint by setting bucketEndpoint to true and providing the url as the bucket parameter. Example...

Hi @sellomkantjwa, I also recommend you to take advantages of the use async / await features, since the SDK returns promises in almost all operations, and by doing that this...

Hi @redvivi and @arv1ndnarang, sorry for the delay on this. I talked to the Textract team about this and basically those fields (SearchKey and ChildText) should never have been part...

Hi @jameswestbv, thanks for opening this issue. I tried to reproduce this issue but I could not. What I did was the following: - I installed node: - ``` sudo...

Could you people also confirm if you have two installations of node?, you could confirm that by running ``` nodejs -v ``` and ``` node -v ``` and check if...