Skip to content

Commit

Permalink
Removed old S3 redirects since we've reached the limit (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Feb 6, 2024
1 parent 6af2b4f commit 36951cb
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,26 +206,6 @@
"ReplaceKeyPrefixWith": "latest/rc/"
}
},
{
"Condition": {
"KeyPrefixEquals": "6.2/platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "6.0/platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "rdi-preview/rc/"
Expand Down Expand Up @@ -276,16 +256,6 @@
"ReplaceKeyPrefixWith": "latest/ri/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.4/platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "5.6/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.6/"
Expand Down Expand Up @@ -366,24 +336,14 @@
"ReplaceKeyPrefixWith": "latest/modules/"
}
},
{
"Condition": {
"KeyPrefixEquals": "platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "kubernetes/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/kubernetes"
"ReplaceKeyPrefixWith": "latest/kubernetes"
}
},
{
Expand All @@ -393,7 +353,7 @@
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/kubernetes"
"ReplaceKeyPrefixWith": "latest/kubernetes"
}
},
{
Expand Down

0 comments on commit 36951cb

Please sign in to comment.