Skip to content

Commit

Permalink
A dep update (OpenUserJS#1136)
Browse files Browse the repository at this point in the history
* Please note *aws-sdk*@2.50.0 and *aws-sdk*@2.51.0 are a bit shakier than *aws-sdk*@2.49.0
* Error traps should accommodate for the previously mentioned shakiness. This is not currently the HOST.
* If a S3 connection error is detected it should return a 404. Due to the construction of our multiple callbacks/fallthroughs a 502 BAD GATEWAY can't currently be sent... however a 404 says "...but may be available in the future"
* If a stream passthrough error is detected it should return a 404. Due to the construction of our multiple callbacks/fallthroughs a 502 BAD GATEWAY can't currently be sent... however a 404 says "...but may be available in the future"


Applies to OpenUserJS#1110

Auto-merge
  • Loading branch information
Martii authored May 17, 2017
1 parent f63b81f commit 4143501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ace-builds": "git://github.com/ajaxorg/ace-builds#9a9e786",
"ansi-colors": "0.2.0",
"async": "2.4.0",
"aws-sdk": "2.49.0",
"aws-sdk": "2.52.0",
"base62": "1.1.2",
"body-parser": "1.17.1",
"bootstrap": "3.3.7",
Expand Down

0 comments on commit 4143501

Please sign in to comment.