Updated on 2022-08-16 GMT+08:00

Deleting a File or Folder

Scenarios

On OBS Console, you can manually delete unneeded files or folders to release space and reduce costs.

Alternatively, you can configure lifecycle rules to periodically, automatically delete some or all of the files and folders from a bucket. For details, see Configuring a Lifecycle Rule.

Background Information

Object Deletion with Versioning Enabled

When versioning is enabled for a bucket, OBS works slightly different when deleting different objects.

  • Deleting a file or folder: The file or folder is not permanently deleted, but is retained in the Deleted Objects list and marked with the Delete Marker. In Deleted Objects, click the object name. On the Versions tab, you can see that the latest object version has the delete marker.
    • To permanently delete the file or folder, delete it again from the Deleted Objects list. For details, see Procedure.
    • To recover the deleted file, undelete it from the Deleted Objects list. For details, see Undeleting a File.
  • Deleting an object version: The version will be permanently deleted. If the deleted version is the latest one, the next latest version becomes the latest version.

Procedure

  1. In the bucket list, click the bucket you want to operate. The Overview page of the bucket is displayed.
  2. In the navigation pane, click Objects.
  3. Select the file or folder you want to delete, and choose More > Delete on the right.

    You can select multiple files or folders and click Delete above the object list to batch delete them.

  4. Click Yes to confirm the deletion.
  5. If versioning is enabled for the bucket, delete the deleted files or folders again from the Deleted Objects list to permanently delete them.

    1. Click Deleted Objects.
    2. In the Operation column of the file or folder to be deleted, click Permanently Delete.

      You can select multiple files or folders and click Permanently Delete above the object list to batch delete them.

Related Operations

When versioning is enabled, files in the Deleted Objects list also have multiple versions. Note the following points when deleting different versions of files:
  • Deleting a version with the Delete Marker actually recovers this version instead of permanently deleting it. For details, see Undeleting a File.
  • Deleting a version without the Delete Marker permanently deletes this version. This version will not be recovered even if the object is recovered later.