We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b79220 commit f810d7dCopy full SHA for f810d7d
mismi-s3/src/Mismi/S3/Commands.hs
@@ -504,7 +504,7 @@ uploadRecursiveWithMode mode src (Address buck ky) fork = do
504
uploadAddress fp = Address buck (ky // Key (T.pack $ L.drop prefixLen fp))
505
506
-- Take a list of files and their sizes, and convert it to a list of tests
507
--- where the total size of of the files in the sub list is less than `maxSize`
+-- where the total size of the files in the sub list is less than `maxSize`
508
-- and the length of the sub lists is <= `maxCount`.
509
chunkFilesBySize :: Int -> Int64 -> [(FilePath, Int64)] -> [[(FilePath, Int64)]]
510
chunkFilesBySize maxCount maxSize =
0 commit comments