0005-00000229

问题描述

您使用的加密上下文长度超过了限制。

问题原因

请求头x-oss-server-side-encryption-context中携带的加密上下文参数超过了8192字节长度限制,超出限制的请求将被拒绝。

问题示例

x-oss-server-side-encryption-context请求头携带参数长度达到10000字节,请求被拒绝。

解决方案

修改x-oss-server-side-encryption-context请求头携带参数,重新发起请求。