You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.👍
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);
The text was updated successfully, but these errors were encountered: