restore
command is used to restore archived objects../coscli restore cos://<bucket-name>[/prefix/] [flag]
restore
includes the following parameters: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 |
/prefix/ | Specifies a directory (optional). | /picture/ |
restore
command contains the following optional flags:Flag Abbreviation | Flag Name | Description |
-h | --help | Views the usage of this command. |
None | --include | Includes specific objects. |
None | --exclude | Excludes specific objects. |
-d | --days | Specifies the expiration time of the temporary file generated during object restoration, which is 3 days by default. |
-m | --mode | Specifies the restoration mode, which is Standard by default |
-r | --recursive | Traverses the folder recursively. |
--include
and --exclude
support standard regular expression syntax, so you can use them to filter out objects that meet specific criteria.zsh
, you may need to add double quotes at both ends of the pattern
string.``
./coscli restore cos://bucket1/example/ -r --include ".*.mp4"``
>- For more general options for this command (such as switching buckets or user accounts), see Common Options.bucket1
bucket in Standard mode./coscli restore cos://bucket1/picture.jpg
picture
folder in bucket1
bucket in Expedited mode./coscli restore cos://bucket1/picture/ -r --mode Expedited
--include
or --exclude
to filter out objects in the same class.
Apakah halaman ini membantu?