aws s3 intergration with mediawiki

1.1k Views Asked by At

I working with mediawiki. I want to change upload directory path to aws s3, i tried these two extensions but i getting some warning message.

I dont know these extension are working correctly.

https://www.mediawiki.org/wiki/Extension:LocalS3Repo and https://www.mediawiki.org/wiki/Extension:AWS

If anybody is working with these extension or if you achieved these in any other ways please explain me

1

There are 1 best solutions below

3
On

I have been succesfully using the method described here, though in step 6, rather than using an apache rewrite, I changed the image paths in LocalSettings.php.

(It was quite a lot of work though, and I never figured out a way to the the cache-control and expires headers on the files, which was the real reason why I wanted to do it to begin with.)