Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle S3 errors without a statusCode (#700)
If an error occurs with the SDK before an HTTP request is made then the error's statusCode will be `undefined`, which will trigger a TypeError in common code outside the plugin. This change sets a fallback 500 status code so that error handling can continue.
- Loading branch information