# Functions
GetChunkBLOBInfo decodes a chunk name to retrieve info about it.
IsChunked checks if a given path refers to a chunk or not.
NewChunkHandler creates a handler for chunked uploads.
# Structs
ChunkBLOBInfo stores info about a particular chunk.
ChunkHandler manages chunked uploads, storing the chunks in a temporary directory until it gets the final chunk which is then returned.