A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reset S3 makeTree to 1000 keys

+1 -3
+1 -3
src/Library/Sources/Services/AmazonS3.elm
··· 114 114 115 115 initialParams = 116 116 [ ( "list-type", "2" ) 117 - 118 - -- NOTE: Can be 1000, but the XML parser seems to have trouble with that number. 119 - , ( "max-keys", "750" ) 117 + , ( "max-keys", "1000" ) 120 118 ] 121 119 122 120 prefix =