Problem description
The source object specified by the x-oss-copy-source parameter in the UploadPartCopy request is a symbolic link.
Causes
The source object specified by the x-oss-copy-source parameter in the UploadPartCopy request is a symbolic link.
Examples
For example, you initiate the following request:
PUT /multipart.data?partNumber=2&uploadId=63C06A5CFF6F4AE4A6BB3AD7F01C**** HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Tue, 09 Apr 2019 07:01:56 GMT
Authorization: OSS qn6q**************:77Dv****************
x-oss-copy-source: /oss-example/src-object-linkThe source object specified in the UploadPartCopy request cannot be a symbolic link. The error is returned for the sample request because the /oss-example/src-object-link source object is a symbolic link.
Solutions
Make sure that the source object specified by the x-oss-copy-source parameter is not a symbolic link.