Open
Description
objectstorage.js example failes with an error : stream.os is not a function
in the function that compares the uploaded bucket with the original local file, it assumes that both are streams, but one is not a stream, but an object.👍
const isSameStream = compareStreams(objectData, getObjectResponse.value);