All Products
Search
Document Center

Object Storage Service:Use ossbrowser

Last Updated:Apr 26, 2024

ossbrowser is a graphical management tool that is provided by Alibaba Cloud to help you easily manage buckets and objects in Object Storage Service (OSS). For example, you can use ossbrowser to create buckets, delete buckets, upload objects, download objects, preview objects, copy objects, move objects, and share objects.

Video tutorial

Watch the following tutorial video to quickly get started with ossbrowser.

Prerequisites

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

Scenarios

  • Transfer and download a large object (more than 5 GB)

    By default, ossbrowser uses multipart upload and resumable upload to upload an object. The object to upload cannot exceed 48.8 TB in size. ossbrowser automatically splits the object into parts during the upload and combines the parts into a complete object after the parts are uploaded.

  • Access a directory in a bucket by using an authorization token

    You can use a Security Token Service (STS) token to log on to ossbrowser. STS tokens can be provided for other authorized users for temporary access to a directory in your bucket. The STS token automatically becomes invalid after it expires.

Manage buckets

You can use ossbrowser to perform the same bucket-level operations that you can perform in the OSS console. You can follow the on-screen instructions in ossbrowser to manage buckets.

Note

To manage buckets, you must have the required permissions. For more information, see Manage permissions.

Operation

Description

Create a bucket

A bucket is a container used to store objects in OSS. Before you upload an object to OSS, you must create a bucket. For more information about bucket naming rules, regions, access control lists (ACLs), and storage classes, see Create a bucket.

List buckets

After you log on to ossbrowser, buckets in the Alibaba Cloud account are automatically listed.

Delete a bucket

If you no longer use a bucket, delete the bucket to avoid unnecessary charges. For more information, see Delete buckets.

Query the region of a bucket

Click the name of the bucket and view its region in the upper-right corner of the page that appears. For example, oss-cn-hangzhou represents the China (Hangzhou) region.

For more information about mappings between region IDs and region names, see Regions and endpoints.

Manage objects

You can use ossbrowser to perform the same object-level operations that you can perform in the OSS console. You can follow the on-screen instructions in ossbrowser to manage objects. Before you can manage objects in a bucket, you must click the name of bucket to enter the object list.

Note
  • To perform a specific operation on objects, you must have the required permissions. For more information, see Manage permissions.

  • For more information about a specific operation, see the topic related to the operation in the OSS console.

Operation

Description

Upload an object

By default, ossbrowser uses multipart upload and resumable upload to upload an object. The object to upload cannot exceed 48.8 TB in size. If an upload is interrupted before the upload is complete, the uploaded portion is stored as parts in the bucket. If you no longer need these parts, you can use one of the following methods to delete the parts to avoid additional storage fees.

Important

If the uploaded object has the same name as an existing object in the bucket, the existing object is overwritten.

Upload a directory

Click image.png to upload a directory.

Download an object

Select the object to download and click Download in the Actions column.

Note

You can also select multiple objects and click Download at the top of the object list to download them at a time.

Download a directory

Select the directory and click image.png at the top of the object list.

List objects

If you click the name of a bucket, objects in the bucket are automatically listed.

Preview an object

Click the name of the object to preview the object.

Copy an object

In the source bucket, select the object to copy and click Copy. In the destination bucket, click Paste.

Move an object

Choose More > Move.

Note

The object that you can move or copy by using ossbrowser cannot exceed 5 GB in size. To move or copy an object that is larger than 5 GB, we recommend that you use ossutil.

Rename an object

Select the object and choose More > Rename at the top of the object list.

Search for objects

Enter the specified object name prefix in the search box at the top of the object list. You can view the objects and folders that match the specified prefix in the bucket root directory.

Restore an object

Select the object and choose More > Restore at the top of the object list.

Delete an object

Select the object and click Remove in the Actions column.

Create a symbolic link for an object

  1. Select the object and choose More > Set Soft Link at the top of the object list.

  2. In the Set Soft Link dialog box, configure the Soft Link File or Folder parameter and click OK.

Manage metadata of an object

  1. Select the object and choose More > Http Headers at the top of the object list.

  2. In the Http Headers dialog box, set the metadata headers and click OK.

Share an object

You can share the URL of an object with third parties. This way, the third parties can download or preview the object. To share an object, find the object and click Address in the Actions column to generate a URL.

Configure the ACL of an object

  1. Select the object and choose More > ACL at the top of the object list.

  2. In the Update ACL dialog box, set the desired ACL and click OK.