Index: trunk/extensions/SwiftMedia/wmf/rewrite.py |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | ((self.shard_containers == 'some') and (container in self.shard_container_list))): |
204 | 204 | if shard: |
205 | 205 | #add only the 2-digit shard to the container name |
206 | | - container += "-%s" % shard[2:4] |
| 206 | + container += ".%s" % shard[2:4] |
207 | 207 | if arch: |
208 | 208 | # for urls that go /wiki/thumb/archive/a/ab/path, the container is wiki-thumb-ab and the obj is archive/path |
209 | 209 | # aka pull the shard into the container if necessary but the string 'archive' or 'temp' goes into the object. |