./coscli symlink --method create cos://<bucket-name>/<key> --link linkKey [flag]
Parameter Format | Description | Example |
cos://<bucket-name> | Specifies the target bucket, which is accessible by using the bucket alias or bucket name configured in the configuration file as detailed in Download and Installation Configuration. If you use the bucket name for access, you also need to include the endpoint flag. | Access with the bucket alias: cos://example-alias Access with the bucket name: cos://examplebucket-1250000000 |
/<key> | Specifies the object name. | /test |
Flag Abbreviation | Flag Name | Description |
-h | --help | Views the usage of this command. |
No | --method | Valid values: create/get. |
No | --link | Specifies the symbolic link key value. |
./coscli symlink --method create cos://bucket1/picture.jpg --link symlink
./coscli symlink --method get cos://bucket2 --link symlink
Was this page helpful?