You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a file using aws putObject but with body as createReadStream and using retryMode as standard but on retry it throw error non-retryable streaming request error.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
I think it shouldnt throw error and it should retry
Current Behavior
non-retryable streaming request error
Reproduction Steps
try to upload a file using body as stream and try to replicate a failure while uploading file
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.686.0
Environment details (OS name and version, etc.)
macOs node 18.20.4
The text was updated successfully, but these errors were encountered:
Hi @gauthampkrishnan - it appears you're using v3. I will close this issue here and provide support on the issue you have opened in the aws-sdk-js-v3 repository instead.
Describe the bug
I am trying to upload a file using aws putObject but with body as createReadStream and using retryMode as standard but on retry it throw error non-retryable streaming request error.
Regression Issue
Expected Behavior
I think it shouldnt throw error and it should retry
Current Behavior
non-retryable streaming request error
Reproduction Steps
try to upload a file using body as stream and try to replicate a failure while uploading file
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.686.0
Environment details (OS name and version, etc.)
macOs node 18.20.4
The text was updated successfully, but these errors were encountered: