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 7c0482c commit b232cf0Copy full SHA for b232cf0
src/main/java/io/cdap/plugin/aws/s3/source/S3BatchSource.java
@@ -191,8 +191,8 @@ public void validate(FailureCollector collector) {
191
collector.addFailure("Connection credentials is not provided", "Please provide valid credentials");
192
} else {
193
connection.validate(collector);
194
- collector.getOrThrowException();
195
validatePath(collector);
+ collector.getOrThrowException();
196
validateCredentials(collector, path);
197
}
198
0 commit comments