I have encountered a problem. I want to create several versions of a React app (dev, test, and prod), and for each version, create a separate folder in an S3 bucket. Then, using CloudFront, I want to create a distribution and set up multiple origins for each version. By using the link ......cloudfront/prod, I should get the version from the prod folder, and for /dev, the version from the dev folder. However, I can't seem to get this to work.
amazon s3 - S3 CloudFront origins and behaviors problem - Stack Overflow
评论列表(0)
- 暂无评论