mirror of https://github.com/pyodide/pyodide.git
19 lines
419 B
JSON
19 lines
419 B
JSON
|
{
|
||
|
"Bucket": "pyodide-cdn2.iodide.io",
|
||
|
"WebsiteConfiguration": {
|
||
|
"IndexDocument": {
|
||
|
"Suffix": "index.html"
|
||
|
},
|
||
|
"RoutingRules": [
|
||
|
{
|
||
|
"Condition": {
|
||
|
"KeyPrefixEquals": "latest/"
|
||
|
},
|
||
|
"Redirect": {
|
||
|
"ReplaceKeyPrefixWith": "v0.14.3/"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|