storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
395 stars 88 forks source link

bridge client API createFileSliceStream cannot support public bucket #698

Closed dxhome closed 7 years ago

dxhome commented 7 years ago

Package Versions

latest code (after tag v6.4.2)

Replace the values below using the output from node --version.

v6.10.0

Expected Behavior

createFileSliceStream of bridge client API cannot support public bucket since the return "stream" object doesn't have "encryptionKey" property like createFileStream

Actual Behavior

"stream" returned by createFileSliceStream should have property "encryptionKey" like what createFileStream does.

Steps to Reproduce