- Issue created by @sugen
- Merge request !23Validate chunk size before upload and refactor block processing order → (Open) created by Unnamed author
Chunking loop in AzBlobFsStream.php will create a chunk of 0 bytes when file size is a multiple of $block_size, causing upload to fail.
Upload a file with a size that is a multiple of $block_size.
Fix loop condition so that the loop will not correctly at the end of file and not create an extra chunk of size zero.
Active
2.3
Code