-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
If a FileAdapter returns an error it is later ignored in the file router:
// FileRouter.js
}).catch((err) => {
// err is ignored
next(new Parse.Error(Parse.Error.FILE_SAVE_ERROR, "Could not store file"));
});The S3Adapter for example returns an error with the following message when the keys are wrong: The request signature we calculated does not match the signature you provided. Check your key and signing method. Would it somehow be possible to propagate this error to the developer?
Metadata
Metadata
Assignees
Labels
No labels