iOS AWS SDK and CloudFront - accessing images

前端 未结 1 1999
难免孤独
难免孤独 2021-01-14 05:41

Sorry if this sounds alittle confusing (I am trying to get through the CloudFront documentation) but I have an app that is essentially downloading a bunch of images from S3.

相关标签:
1条回答
  • 2021-01-14 06:01

    Yes, you need to use the cloudfront distribution name instead of the bucket name. Since this is probably a download distribution, the name of the distribution starts typically with a 'd'. Generally, the full path to a cloudfront distribution looks like this: http://dxxxxxxx.cloudfront.net

    I hope this helps?

    0 讨论(0)
提交回复
热议问题