|
|
|
|
|
by acdha
692 days ago
|
|
If they used AWS, this would have no code and no maintenance: host the bucket out of S3 and enable redirects. GCP doesn’t support that, but they could get pretty close using a cloud function - stick with the Python stdlib & SQLite or DBM for the mappings or use an Apache redirect map, and you’d have many years before you need to touch it again. |
|