S3Fetcher should also be migrated to aws v2. Despite that I just did it
with another subproject, I can't do it because I have no idea what the
test does.
Anyone who knows what it does can do it with the help of the migration tool
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration-tool.html
To do a dry run (which creates a patch file), run this in the directory
of the subproject:
mvn org.openrewrite.maven:rewrite-maven-plugin:5.46.0:dryRun
-Drewrite.recipeArtifactCoordinates=software.amazon.awssdk:v2-migration:2.31.58-PREVIEW
-Drewrite.activeRecipes=software.amazon.awssdk.v2migration.AwsSdkJavaV1ToV2
Tilman