permanentredirect s3 for unspecified endpoint

后端 未结 3 785
北恋
北恋 2021-01-14 12:42

I\'m experimenting with s3 but im running into a permission problem (i think).

Output:

 AWS::S3::PermanentRedirect in CkeditorController#create

The          


        
3条回答
  •  轮回少年
    2021-01-14 13:35

    I suppose your bucket is not in US Standard zone. Have you tried to add "AWS_CALLING_FORMAT: SUBDOMAIN" to your .yml file? The request should be pointed then to the endpoint corresponding with the region of your bucket.

提交回复
热议问题