AWS: "ERROR: The request could not be satisfied."

AWS: "ERROR: The request could not be satisfied."

我正在尝试使用 curl 通过 POST 请求将我的 Rails 项目图像推送到我的 AWS CloudFront 分配。但是我收到以下错误:

这是我提出请求的方式:

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'。我也不知道 where/if 我可以设置我的发行版以允许这种方法将对象上传到我的发行版。

通常我有我的云端设置来提供我的 s3 存储桶中的数据(并使用名为 s3cmd 的命令上传相关数据。)