https://bugzilla.wikimedia.org/show_bug.cgi?id=44949
Elliott Eggleston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Elliott Eggleston <[email protected]> --- I can reproduce this bug, and it's not actually a database error. FileBackendStore::isValidContainerName rejects container names with periods because of 'Swift and S3 restrictions'. The container name is prepended with the wikiId in FileBackendStore::FullContainerName. So it seems like db names that break this regex for any reason will break uploads: /^[a-z0-9][a-z0-9-_]{0,199}$/i I'll see where else this full container name is used, and what sort of transformation we might be able to apply that would avoid breaking S3/Swift storage but not cause wiki.db to overlap with wikidb or wiki_db. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
