Type | API | Description |
Copy an object (OSS SDK for Go 2.0) | Client.CopyObject | |
Multipart copy (OSS SDK for Go 2.0) | APIs for multipart copy: Client.InitiateMultipartUpload Client.UploadPartCopy Client.CompleteMultipartUpload | Supports copying objects larger than 5 GiB. This operation does not support the (x-oss-metadata-directive) or (x-oss-tagging-directive) parameters. Therefore, metadata and tags are not automatically copied from the source object. To add metadata or tags to the destination object, you must explicitly specify them in the copy request.
|
Copier (OSS SDK for Go 2.0) | APIs for the Copier: Copier.Copy | |