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
getObject works as expected, but putObject looks like it's still stubbed out without a fake implementation (one that would call the callback or work as a promisified)
I think the solution would be just to add callback(null, url) on like 625? Would need to look more at the spec for getSignedUrl to make sure the dummy url would work for both
The text was updated successfully, but these errors were encountered:
getObject
works as expected, butputObject
looks like it's still stubbed out without a fake implementation (one that would call the callback or work as a promisified)mock-aws-s3/lib/mock.js
Line 621 in 6b5aa02
I think the solution would be just to add
callback(null, url)
on like625
? Would need to look more at the spec forgetSignedUrl
to make sure the dummy url would work for bothThe text was updated successfully, but these errors were encountered: