(uri)
| 67 | }); |
| 68 | |
| 69 | function _decodeURI(uri) { |
| 70 | // do the same decoding than in S3 server |
| 71 | return decodeURIComponent(uri.replace(/\+/g, ' ')); |
| 72 | } |
| 73 | |
| 74 | function _normalizeBackbeatRequest(req) { |
| 75 | /* eslint-disable no-param-reassign */ |
no outgoing calls
no test coverage detected