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

Add support for sharding #26

Closed snuxoll closed 5 years ago

snuxoll commented 5 years ago

If somebody wants or I get the time it's possible to add support for generating the proper configuration for sharded buckets, but this simply setting the property if passed is enough to get everything to work if you manually configure the containerPaths and shardViaHashLevels properties.

edwardspec commented 5 years ago

Thanks. Will test it and merge it on Monday (7 Oct).