Using amazon s3, upload files using their servers but URL should appear to be from mine

前端 未结 1 757
半阙折子戏
半阙折子戏 2021-01-15 22:13

Is it possible to upload files to amazon S3, using their servers (i.e. my server shouldn\'t be used in the upload process)?

I also want the URL to appear to be uploa

相关标签:
1条回答
  • 2021-01-15 22:59

    Look here for instructions on how to setup your CNAME record so that one of your subdomains can be an alias for an Amazon S3 bucket.

    Depending on your needs, you might not want "s3.amazonaws.com" to appear on your web site or service. For example, if you host your web site's images on Amazon S3, you might prefer http://images.johnsmith.net/ to http://johnsmith-images.s3.amazonaws.com/

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