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.