Context
Following PR #1989, the SqsListener::shutdown_and_join method was updated to not return a Result<()> since with DB features added, there's no need to return an error in this call anymore.
For consistency, the S3 scanner's shutdown_and_join method should be updated similarly.
References
Context
Following PR #1989, the
SqsListener::shutdown_and_joinmethod was updated to not return aResult<()>since with DB features added, there's no need to return an error in this call anymore.For consistency, the S3 scanner's
shutdown_and_joinmethod should be updated similarly.References