Skip to content

Commit b232cf0

Browse files
committed
Refactor Code
1 parent 7c0482c commit b232cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/cdap/plugin/aws/s3/source/S3BatchSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ public void validate(FailureCollector collector) {
191191
collector.addFailure("Connection credentials is not provided", "Please provide valid credentials");
192192
} else {
193193
connection.validate(collector);
194-
collector.getOrThrowException();
195194
validatePath(collector);
195+
collector.getOrThrowException();
196196
validateCredentials(collector, path);
197197
}
198198
}

0 commit comments

Comments
 (0)