mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Provide JoinFilesWithPrefix case with Gochannel
This commit is contained in:
@@ -48,7 +48,7 @@ func encode(c *cli.Context) {
|
||||
}
|
||||
} else {
|
||||
chunkCount := 0
|
||||
splitChannel := make(chan split.ByteMessage)
|
||||
splitChannel := make(chan split.SplitMessage)
|
||||
inputReader := bytes.NewReader(input)
|
||||
go split.SplitStream(inputReader, config.blockSize, splitChannel)
|
||||
for chunk := range splitChannel {
|
||||
|
||||
Reference in New Issue
Block a user