clj-aws-s3
clj-aws-s3 copied to clipboard
Retrieving large lists from an s3 bucket.
I'm trying to retrieve a large list of files form an s3 bucket. To do so I need to call listNextBatchOfObjects
on a ListObject
, which is what is returned from listing files. Is this currently possible in this library?