View, search, and delete files
tip
The following operation methods are only applicable to the public COS of the project. For managing your private COS, please use third-party software.
View file details
- TWSC Portal
- TWCC CLI
- Select a bucket and go to the bucket details page, and select a file to check more.
info
The TWSC portal can only display up to 1000 data items (storages, folders, files). To view the complete data, please use the TWCC CLI or third-party software.
- On the file detail page, you can view some file basic information as follows.
View all file information in bucket bk_cli
twccli ls cos -bkt bk_cli
Search files
- TWSC Portal
Enter a keyword of the file in the Search bar, and will automatically filter the matching files for you.
Delete files
Deleting unnecessary files can save storage space. Once deleted, the lost data cannot be recovered. Please make sure that the files are backed up before deleting.
- TWSC Portal
- TWCC CLI
- After entering Content page of the bucket, click menu button of the file list, and click DELETE to delete the file. You can also select multiple files, and then click DELETE at the top to delete multiple files at a time.
- Double-check the selected files. Once deleted, the lost data cannot be recovered!
- Delete the file
testfile2
in the bucketbk_cli
twccli rm cos -bkt bk_cli -okey testfile2