Skip to content

Commit cd00a26

Browse files
committed
Disable AWS SDK v1 warning [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 46571eb commit cd00a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/nf-amazon/src/main/nextflow/cloud/aws/AmazonPlugin.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ class AmazonPlugin extends BasePlugin {
3535
@Override
3636
void start() {
3737
super.start()
38+
// disable aws sdk v1 warning
39+
System.setProperty("aws.java.v1.disableDeprecationAnnouncement", "true")
3840
FileHelper.getOrInstallProvider(S3FileSystemProvider)
3941
}
4042

0 commit comments

Comments
 (0)