Store model on S3, Azure Blob etc but use HuggingFace to load models

Hello,

Is there a way where I can store the weights of my model on Azure blob (regulatory requirements) but use the huggingface library to load and use it?

Thanks