1 Answer
- Newest
- Most votes
- Most comments
0
【以下的回答经过翻译处理】 当然可以。
您需要定义3个源并使用正则表达式将它们分配到适当的行为中,以创建路径模式。
这意味着例如:
example.com/bucketA -> 服务BucketA - 路径模式:/bucketA* example.com/bucketB -> 服务BucketB - 路径模式:/bucketB* example.com -> 服务BucketC - 路径模式:默认(*)
Relevant content
- Accepted Answerasked a year ago
- asked 2 years ago
- asked 2 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 8 months ago