-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service
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);
Metadata
Metadata
Assignees
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service