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
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
gives Error:
POST https://bucketname.s3-us-east-1.amazonaws.com/ net::ERR_NAME_NOT_RESOLVED
react_devtools_backend.js:2273 TypeError: Failed to fetch
Then if I remove region from config and tries to upload file with param 'File' it gives following error
react_devtools_backend.js:2273 TypeError: Cannot read property 'split' of undefined
at aws-s3.js:1
at s../node_modules/aws-s3/dist/aws-s3.js.s.uploadFile (aws-s3.js:1)
This is what File object/ attachment I pass to uploadFile() :
if you can help?
The text was updated successfully, but these errors were encountered:
Then if I remove region from config and tries to upload file with param 'File' it gives following error
This is what File object/ attachment I pass to uploadFile() :
if you can help?
The text was updated successfully, but these errors were encountered: