0005-00000229

Updated at:

Problem description

The encryption context in the request exceeds the 8,192-byte limit.

Causes

The x-oss-server-side-encryption-context request header carries the encryption context. OSS rejects requests where the value of this header exceeds 8,192 bytes.

Examples

A request with a 10,000-byte encryption context in the x-oss-server-side-encryption-context header is rejected.

Solutions

Modify the encryption context in the x-oss-server-side-encryption-context request header so that its value does not exceed 8,192 bytes, then resend the request.