All Products
Search
Document Center

Object Storage Service:0005-00000408

Last Updated:Apr 29, 2024

Problem description

The x-oss-meta-client-side-encryption-data-size header is not set to an integral value in the InitiateMultipartUpload, UploadPart, or CompleteMultipartUpload request in client-side encryption scenarios.

Causes

The x-oss-meta-client-side-encryption-data-size header requires an integral value in the InitiateMultipartUpload, UploadPart, or CompleteMultipartUpload request in client-side encryption scenarios.

Examples

For example, you initiate an InitiateMultipartUpload request:

POST /multipart.data?uploads HTTP/1.1 
Host: oss-example.oss-cn-hangzhou.aliyuncs.com 
Date: Wed, 22 Feb 2012 08:32:21 GMT 
x-oss-storage-class: Archive
Authorization: OSS qn6q**************:77Dv****************
x-oss-meta-client-side-encryption-key: val0
x-oss-meta-client-side-encryption-start: val1
x-oss-meta-client-side-encryption-cek-alg: val2
x-oss-meta-client-side-encryption-wrap-alg: rsa
x-oss-meta-client-side-encryption-magic-number-hmac: val4
x-oss-meta-client-side-encryption-data-size: 9x5.2
x-oss-meta-client-side-encryption-part-size: val6

The error is returned for the request because a non-integral value is specified for the x-oss-meta-client-side-encryption-data-size header.

Solutions

Set the x-oss-meta-client-side-encryption-data-size header to an integral value in the InitiateMultipartUpload, UploadPart, and CompleteMultipartUpload requests in client-side encryption scenarios.

References