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

Use the mediawiki file system hierarchy #59

Closed jamesynotnot closed 1 year ago

jamesynotnot commented 1 year ago

After installing the AWS extension, I see the extension does not use folders and create a hierarchy of folders for media. Instead the media is all in the flat bucket root. My dev instances do not use Extension:AWS and I see the Commons file system folders created as I upload media. Am I missing a setting? Does an EC2 instance have the privileges to create folders?

edwardspec commented 1 year ago

Please see the section about $wgAWSRepoHashLevels and $wgAWSRepoDeletedHashLevels in README.