All Products
Search
Document Center

Object Storage Service:0017-00000291

Last Updated:Apr 28, 2024

Problem description

The value of the marker parameter in a request, such as a ListBuckets request, is invalid. You need to modify the value of the marker parameter based on the returned error message.

Causes

The marker parameter is invalid.

Examples

The prefix specifies that request results are returned based on their alphabetic order beginning from the marker value. If you do not specify the marker parameter, all results are returned. Set the marker parameter to mybucket10, as shown in the following example.

GET /?prefix=my&max-keys=10&marker=mybucket10 HTTP/1.1
Date: Thu, 15 May 2014 11:18:32 GMT
Host: oss-cn-hangzhou.aliyuncs.com
Authorization: OSS qn6q**************:77Dv****************

Solutions

Make sure that the value of marker is valid.

References

ListBuckets (GetService)