XF 2.1 Getting Xenforo to work with Azure Storages

ArthurR

Member
Licensed customer
Hi,

Inspired by this article, I tried to get Azure Storages to work with Xenforo.

I hope someone as a good suggestion on how to solve this error:

197789

What I tried to do is follow the instructions to get XenForo to work with our Azure Blob Storage.
I added flysystem-azure-blob-storage and the microsoft blob storage sdk with composer, like this:

197790


And added the adapters to the config.php:

197791

Unfortunately, adding an attachment to a post causes the above-mentioned error.
Any ideas?

Thanks in advance,
Arthur
 
Unfortunately Azure blob storage API is not S3 compatible, the instructions mentioned in the article are only for s3 compatible storage solutions
 
Back
Top Bottom