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.
Package Versions
Replace the values below using the output from
node --version
.Expected Behavior
Actual Behavior
Steps to Reproduce