From 9277ba6cc2a3ebcbf04b80dc5a7ed7dd3a188420 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Sun, 12 May 2019 21:49:34 +0200 Subject: [PATCH] Reset S3 makeTree to 1000 keys --- src/Library/Sources/Services/AmazonS3.elm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Library/Sources/Services/AmazonS3.elm b/src/Library/Sources/Services/AmazonS3.elm index 97a6bee0..ac00d8b2 100644 --- a/src/Library/Sources/Services/AmazonS3.elm +++ b/src/Library/Sources/Services/AmazonS3.elm @@ -114,9 +114,7 @@ makeTree srcData marker currentTime resultMsg = initialParams = [ ( "list-type", "2" ) - - -- NOTE: Can be 1000, but the XML parser seems to have trouble with that number. - , ( "max-keys", "750" ) + , ( "max-keys", "1000" ) ] prefix = -- 2.51.2