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 async module bump lead to the need of using callbacks on functions like
doWhilst.
- Also we need to add for mongo some parameters to have the expected
return , in this specific case returnDocument: 'after',
includeResultMetadata: true.
- In our tests, bucketInfos used to send an empty array,
this commit actually uses fill to send the intended array as before
async used to just ignore the empty array and return the expected result.
Issue: S3UTILS-171
0 commit comments