We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46571eb commit cd00a26Copy full SHA for cd00a26
plugins/nf-amazon/src/main/nextflow/cloud/aws/AmazonPlugin.groovy
@@ -35,6 +35,8 @@ class AmazonPlugin extends BasePlugin {
35
@Override
36
void start() {
37
super.start()
38
+ // disable aws sdk v1 warning
39
+ System.setProperty("aws.java.v1.disableDeprecationAnnouncement", "true")
40
FileHelper.getOrInstallProvider(S3FileSystemProvider)
41
}
42
0 commit comments