JLD2 - load from IOBuffer

I am not finding a method to load a JLD2 file using JLD2.load() from IOBuffer. This seems basic for saving and loading to cloud like S3 or Azure Blob storage (which is my case). I would like to avoid reading from a REST call and saving locally - just to load again using a filename. Perhaps I am missing something?

I am also searching for a way to load JLD2 using an IO stream and not a filename. Is there something ?

Feature request issue Load JLD2 from IOBuffer · Issue #346 · JuliaIO/JLD2.jl · GitHub