Support for > 1,000 S3 keys
tejasmanohar opened this issue · 0 comments
tejasmanohar commented
Is there (or is there planned) support for 1,000 S3 keys via markers? AWS Java has http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#listNextBatchOfObjects-com.amazonaws.services.s3.model.ListNextBatchOfObjectsRequest- and I found http://stackoverflow.com/questions/12853476/amazon-s3-returns-only-1000-entries-for-one-bucket-and-all-for-another-bucket-u online for Scala, which sort of works but isn't that clean