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
The text was updated successfully, but these errors were encountered:
dmcmorris
changed the title
Stream on finish should pass back location, key, and bucket
Stream on finish for putObject should pass back location, key, and bucket
Apr 13, 2020
Currently when a readable stream passed into the
Body
finishes, the one call back with only a boolean is fired:mock-aws-s3/lib/mock.js
Line 487 in 6b5aa02
this should return the location, key and bucket just as the Buffer does:
The text was updated successfully, but these errors were encountered: