edwardspec / mediawiki-aws-s3

Extension:AWS allows MediaWiki to use Amazon S3 (instead of the local directory) to store images.
https://www.mediawiki.org/wiki/Extension:AWS
GNU General Public License v2.0
42 stars 32 forks source link

0.13.0 is incompartible with MediaWiki 1.42 #81

Closed aepot closed 4 months ago

aepot commented 4 months ago

Running update.php on MediaWiki tag 1.42.0 throws this:

Fatal error: Class AmazonS3FileBackend contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (FileBackendStore::doMoveInternal) in /var/www/html/extensions/AWS/s3/AmazonS3FileBackend.php on line 39

Any chance to release the update?

edwardspec commented 4 months ago

Please use the master branch version, this has already been fixed in #77.