All Products
Search
Document Center

Object Storage Service:0043-00000101

Last Updated:Apr 29, 2024

Problem description

The GetSymlink request fails.

Causes

You initiated a GetSymlink request to query the object to which the symbolic link points. However, the object that is specified in the request is an invalid symbolic link object.

Examples

In the following GetSymlink request, the specified not-link.jpg object is an invalid symbolic link object. As a result, an error is reported.

GET /not-link.jpg?symlink HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 24 Feb 2012 06:38:30 GMT
Authorization: OSS qn6q**************:77Dv****************

Solutions

Make sure that the object to which the symbolic link points in the GetSymlink request is a valid symbolic link object.

References

GetSymlink