/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/stream-shift
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
# stream-shift Returns the next buffer/object in a stream's readable queue ```npm install stream-shift``` [](http://travis-ci.org/mafintosh/stream-shift) ## Usage ``` jsvar shift = require('stream-shift') console.log(shift(someStream)) // first item in its buffer``` ## Credit Thanks [@dignifiedquire](https://github.com/dignifiedquire) for making this work on node 6 ## License MIT