Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

objectstorage.js example fails #324

Open
simongriffiths opened this issue Oct 10, 2024 · 0 comments
Open

objectstorage.js example fails #324

simongriffiths opened this issue Oct 10, 2024 · 0 comments
Labels
SDK Issue pertains to the SDK itself and not specific to any service

Comments

@simongriffiths
Copy link

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);

@richachugh11 richachugh11 added the SDK Issue pertains to the SDK itself and not specific to any service label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service
Projects
None yet
Development

No branches or pull requests

2 participants