我想使用codeigniter将图像上传到azure blob存储。
我搜索这个图书馆 https://github.com/thomasantony/codeigniter-azure/
但我不知道如何使用azure-php库
有人可以帮忙吗?非常感谢你答案 0 :(得分:0)
得到了答案:
$this->load->library('azure');
$blob_storage = $this->azure->get_blob_storage();
var_dump($blob_storage -> listBlobs("xxx-container-name-xxx"));
doc check - https://github.com/Azure/azure-sdk-for-php