clj-aws-s3 icon indicating copy to clipboard operation
clj-aws-s3 copied to clipboard

Retrieving large lists from an s3 bucket.

Open uris77 opened this issue 8 years ago • 0 comments

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?

uris77 avatar Mar 25 '16 20:03 uris77