我正在尝试使用curl
将我的Rails项目图像推送到我的AWS CloudFront分配,并发出POST
请求。但是我收到以下错误:
以下是我提出请求的方式:
curl --data @general.png http://d2blda41rgubcs.cloudfront.net
这是我得到的错误:
ERROR: The request could not be satisfied
This distribution is not configured to allow the HTTP request method that was used for this request. The distribution supports only cachable requests.
我不知道是否需要为我的发行创建一个'Bucket'。我也不知道在哪里/我是否可以设置我的发行版以允许这种方法将对象上传到我的发行版。
答案 0 :(得分:1)
通常我的cloudfront设置用于在s3存储桶中提供数据(并使用名为s3cmd的命令上传相关数据。)