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
Describe the bug
Calling S3 in RN throws the below error
Unhandled promise rejection: Error: event stream is not supported in ReactNative]
- node_modules/@aws-sdk/invalid-dependency/build/index.js:4:10 in Object.eventStreamSerdeProvider
- node_modules/@aws-sdk/eventstream-serde-config-resolver/build/index.js:4:67 in Object.resolveEventStreamSerdeConfig
SDK version number "@aws-sdk/client-s3": "^1.0.0-alpha.18"
Is the issue in the browser/Node.js?
React Native
Details of the browser/Node.js version
Paste output of npx envinfo --browsers or node -v
To Reproduce (observed behavior)
Make S3:PutObject call in React Native (Expo or RN CLI)
Observe the above mentioned above.
Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
AllanZhengYP
changed the title
Unable to call S3 services in React Native
[React Native]Unable to call S3 services in React Native
Mar 11, 2020
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Mar 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Calling S3 in RN throws the below error
SDK version number
"@aws-sdk/client-s3": "^1.0.0-alpha.18"
Is the issue in the browser/Node.js?
React Native
Details of the browser/Node.js version
Paste output of
npx envinfo --browsers
ornode -v
To Reproduce (observed behavior)
Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: