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

AmazonS3FileBackend must implement FileBackendStore::doMoveInternal() #77

Closed samwilson closed 5 months ago

samwilson commented 5 months ago

With current MediaWiki master (1.43.0-alpha, 406014b) and AWS master (d35a60a9156d6aaf79a3b774d5f065c9af03b54f) I'm getting the following error:

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

edwardspec commented 5 months ago

Implemented.

samwilson commented 5 months ago

That was quick! Thanks. :-)