This topic describes how to use ossbrowser. ossbrowser is a graphical management tool developed by Alibaba Cloud. This tool provides features similar to Windows Explorer. You can use ossbrowser to manage your objects and buckets.

Prerequisites

ossbrowser is installed, and you are logged on to ossbrowser. For more information, see Install and log on to ossbrowser.

Operations related to buckets and objects

ossbrowser supports the same operations related to buckets and objects as the Object Storage Service (OSS) console. You can follow the instructions of ossbrowser to manage your buckets and objects.

Operation Description
Bucket-related operations
  • Create a bucket

    A bucket is a container for objects stored in OSS. Before you upload an object to OSS, you must create a bucket. For more information about how to specify the name, region, access control list (ACL), and storage class of a bucket when you create the bucket, see Create buckets.

  • Delete a bucket

    If you no longer need a bucket, you can delete it to avoid incurring unnecessary charges. For more information, see Delete a bucket.

Object-related operations ossbrowser supports operations such as upload, download, preview, move, and copy objects as well as generate object URLs. When you use ossbrowser to perform object-related operations, take note of the following items:
  • By default, ossbrowser uses multipart upload and resumable upload to upload objects. The object to upload cannot exceed 48.8 TB in size. If an upload is interrupted before the object is completely uploaded, the uploaded portion is stored as parts in an OSS bucket. To avoid unnecessary charges, we recommend that you use the following methods to delete these parts that you no longer need:
    Notice When the uploaded object has the same name as an existing object in the bucket, the existing object is overwritten.
  • The object that you can move or copy by using ossbrowser cannot exceed 5 GB in size. To move or copy objects that are larger than 5 GB, we recommend that you use ossutil.
  • After the object is uploaded to the bucket, you can share the object URL with third parties for downloads or previews. For more information, see Share objects.

For more information about other object-related operations, see OSS Console User Guide.