-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cu 86c11rv16 automated tests #8
base: main
Are you sure you want to change the base?
Conversation
brett-onions
commented
Nov 21, 2024
- allows for the listening to multiple buckets
- updated GitHub action to use docker compose file for testing
- merging with s3 data insertion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a couple of suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one suggestion.
|
||
try { | ||
//@ts-ignore | ||
minioClient.fGetObject(bucket, file, `tmp/${file}`, async (err) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see if you can use Promises consistently. Instead of using this callback intertwined with other promises.