1 Answer
- Newest
- Most votes
- Most comments
1
I was able to solve it by having the following redirection on my S3 static website. Not the best solution because this causes 2 redirections, but it works.
[
{
"Condition": {
"KeyPrefixEquals": "production/production/"
},
"Redirect": {
"HostName": "mydomain.com",
"HttpRedirectCode": "302",
"Protocol": "https",
"ReplaceKeyPrefixWith": ""
}
}
]
Relevant content
- asked 8 months ago
- asked 2 months ago
