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
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
andexpires
headers on the files, which was the real reason why I wanted to do it to begin with.)