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 8f6beaf commit ec60368Copy full SHA for ec60368
hadoop-tools/hadoop-aws/pom.xml
@@ -464,6 +464,16 @@
464
<bannedImport>org.apache.hadoop.mapred.**</bannedImport>
465
</bannedImports>
466
</restrictImports>
467
+ <restrictImports>
468
+ <includeTestCode>false</includeTestCode>
469
+ <reason>Restrict S3AG plugin class imports to default client factory</reason>
470
+ <exclusions>
471
+ <exclusion>org.apache.hadoop.fs.s3a.DefaultS3ClientFactory</exclusion>
472
+ </exclusions>
473
+ <bannedImports>
474
+ <bannedImport>software.amazon.awssdk.s3accessgrants.plugin.S3AccessGrantsPlugin</bannedImport>
475
+ </bannedImports>
476
+ </restrictImports>
477
</rules>
478
</configuration>
479
</execution>
0 commit comments