문제

I can create a s3 Amazon bucket, and I can create a Cloudfront distribution, but the missing thing, is that I have no idea how to set the bucket into a distribution point?

How would I get my uploaded files to a bucket to be served via Cloudfront distribution?

도움이 되었습니까?

해결책

1 - Create your S3 bucket
2 - Create a new CloudFront distribution
3 - Inside CloudFront, click in the Origin Settings > Origin Domain Name select the appropriate S3 bucket (the drop down list will have append .amazonaws.com to your bucket name)

I think that's it.

Once you've finished creating the distribution you'll get a domain name to use for your cloudflare assets.

Good luck!enter image description here

enter image description here

다른 팁

Not sure if you meant to tag this as CloudFlare. If yes, we have some tips about CloudFlare and S3 that might help relative to your CloudFlare DNS settings.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top