text [在S3 Bucket上启用CORS] #aws#s3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text [在S3 Bucket上启用CORS] #aws#s3相关的知识,希望对你有一定的参考价值。

# Go to the s3 bucket's Permissions -> CORS configurations and add the following policy
<CORSConfiguration>
	<CORSRule>
		<AllowedOrigin>*</AllowedOrigin>
		<AllowedMethod>GET</AllowedMethod>
		<AllowedMethod>PUT</AllowedMethod>
		<AllowedMethod>POST</AllowedMethod>
		<AllowedMethod>HEAD</AllowedMethod>
		<AllowedMethod>DELETE</AllowedMethod>
		<MaxAgeSeconds>3000</MaxAgeSeconds>
		<AllowedHeader>*</AllowedHeader>
	</CORSRule>
</CORSConfiguration>

以上是关于text [在S3 Bucket上启用CORS] #aws#s3的主要内容,如果未能解决你的问题,请参考以下文章

带有预签名 URL 和 CORS 问题的 S3 上传

在 S3 上启用 CORS 时遇到问题

我们如何为 Amazon S3 存储桶中的文件夹设置 CORS

ViewerJS、S3 和 CORS - 从不同的 S3 存储桶/域加载资源

Laravel + Plupload 上传到 S3 响应以进行预检无效 - CORS

没有 S3 存储桶的 AWS Cloudfront CORS 标头