You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lower number of requests sent to S3 while listing objects. For buckets
with large number of objects, listing can take some time, because there
is a request for metadata sent to s3 for each object in the bucket.
This is redundant, because all data needed for objects listing are
available in S3ObjectSummary. This reduce listing time significantly.
Resolves: #490
Copy file name to clipboardExpand all lines: connect-file-pulse-filesystems/filepulse-amazons3-fs/src/main/java/io/streamthoughts/kafka/connect/filepulse/fs/AmazonS3FileSystemListing.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,6 @@ public Collection<FileObjectMeta> listObjects() {
Copy file name to clipboardExpand all lines: connect-file-pulse-filesystems/filepulse-amazons3-fs/src/main/java/io/streamthoughts/kafka/connect/filepulse/fs/AmazonS3Storage.java
0 commit comments