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.

Reduce S3 max keys

+1 -1
+1 -1
src/Library/Sources/Services/AmazonS3.elm
··· 114 114 115 115 initialParams = 116 116 [ ( "list-type", "2" ) 117 - , ( "max-keys", "750" ) 117 + , ( "max-keys", "500" ) 118 118 ] 119 119 120 120 prefix =