pyodide/.circleci/s3-website-config.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/"
}
}
]
}
}