هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Using OBS Browser+

Updated on 2024-09-29 GMT+08:00

OBS Browser+ is a GUI client for easily managing data stored inOBS.

The following describes how to use basic functions on OBS Browser+, including creating a bucket (test-example-bucket as an example), uploading an object, as well as downloading and sharing the object.

Preparations

Before using OBS Browser+, you must create a HUAWEI ID, complete real-name authentication, and top up your account. Then, you need to install OBS Browser+ and obtain the access keys.

  1. Sign up for a HUAWEI ID and complete real-name authentication.

    If you already have a HUAWEI ID, skip this step. Otherwise, do as follows:

    1. Sign up for a HUAWEI ID and enable Huawei Cloud services.
    2. Complete real-name authentication by referring to Individual Real-Name Authentication or .

  2. Top up your account by referring to Topping Up an Account.

    Make sure your account balance is sufficient, so that you can properly use OBS and other related resources.

  3. Download and install OBS Browser+.
  4. Obtain the access keys by referring to Access Keys.

Using an AK/SK Pair to Log In to OBS Browser+

Parameter

Value Example

Description

Account Name

exampleAccount

It is user-defined and is a unique identifier that is different from the cloud service accounts you use to log in to OBS Browser+.

An account name contains 3 to 63 characters, and cannot contain the following special characters: \ : * ? ' < > | ! @ # $ % ^ ~

Service

HUAWEI CLOUD OBS (default)

HUAWEI CLOUD OBS (default) is selected. Selecting this option allows access to buckets in all regions where Huawei Cloud is available.

Access Key ID

&

Secret Access Key

-

Enter the AK and SK.

You can create a permanent AK/SK pair on the My Credentials page by referring to Creating an Access Key.

NOTE:

For more login information, see Logging In to OBS Browser+.

Creating a Bucket

Buckets are containers that store objects in OBS. Before you can store data, you must create a bucket.

This example only covers some key settings for creating a bucket. Retain the default values for other parameters. For more information, see Creating a Bucket.

  1. Log in to OBS Browser+. On the displayed bucket list page, click Create Bucket in the upper left corner.
  2. In the displayed dialog box, specify bucket information and click OK.

    Parameter

    Value Example

    Description

    Region

    CN-Hong Kong

    Geographic area where a bucket is located. For lower latency and faster access, select the region nearest where your bucket will be accessed.

    Once a bucket is created, its region cannot be changed.

    Storage Class

    Standard

    Storage classes of a bucket. You can choose a storage class that meets your needs for storage performance and costs.

    • Standard: It is for storing a large number of hot files or small files that are frequently accessed (multiple times per month on average) and require fast access.
    • Infrequent Access: It is for storing data that is less frequently accessed (less than 12 times per year on average), but when needed, the access has to be fast.
    • Archive: It is for archiving data that is rarely accessed (once a year on average) and does not require fast access.

    For more information, see Storage Classes.

    Bucket ACL

    Private

    Controls read and write permissions for a bucket.

    • Private: Only users granted permissions by the bucket ACL can access the bucket.
    • Public Read: Anyone can read objects in the bucket.
    • Public Read/Write: Anyone can read, write, or delete objects in the bucket.

    Bucket Name

    test-example-bucket

    Name of a bucket. After a bucket is created, its name cannot be changed.

    Based on the globally applied DNS naming conventions, an OBS bucket name:

    • Must be globally unique, which means a bucket must have a different name from any existing bucket (including those created by other users). The name of a deleted bucket can be reused for another bucket or parallel file system at least 30 minutes after the deletion.
    • Must be 3 to 63 characters long. Only lowercase letters, digits, hyphens (-), and periods (.) are allowed.
    • Cannot start or end with a period (.) or hyphen (-), and cannot contain two consecutive periods (..) or contain a period (.) and a hyphen (-) adjacent to each other.
    • Cannot be formatted as an IP address.

  3. Check the bucket you just created in the bucket list.

Uploading an Object

On OBS Browser+, you can upload a single file up to 48.8 TB in size, or you can upload up to 500 files (with a total size of no more than 48.8 TB) in a batch.

  1. In the bucket list, click the created bucket.
  2. On the object list page, click Upload in the upper left corner.
  3. Then, click Add File to choose a local file to upload.

  4. Retain the default settings for other parameters and click OK.

    Then, you can check the object in the object list.

Downloading an Object

You can download an object from the bucket to your local path.

  1. In the object list, locate the uploaded object and click in the Operation column.

  2. In the displayed dialog box, select a local path and click OK.

    Then, you can find the downloaded object in the local path you specified.

Sharing an Object

You can share the URL of an object with others, so that they can download or view the object.

  1. Click the icon in the Operation column of the uploaded object.
  2. In the Share File dialog box, specify a URL validity period (1 day as an example).

    • Within the validity period, anyone can use the URL to access the object.
    • The moment the Share File dialog box is opened, the URL is in effect and valid for 1 day by default. Each time you change the URL validity period, the URL takes effect again and changes accordingly. You need to re-share the URL.

  3. Share the object.

    • Click Copy Link and share the link with others. Then, they can use this link to access the object in a browser.
      NOTE:

      Accessing an object in a browser will make the object forcibly downloaded. If you want people to preview the object you shared, see How Do I Preview OBS Objects in My Web Browser?

    • Click Copy Path and share the path with users who have access to the bucket that stores the shared object. Then, they can go to the object list of the bucket and paste the shared path in the object search box and press Enter to search for or access the object.

Related Information

In addition to the operations mentioned above, the following advanced OBS Browser+ functions are available for you to use.

  • Lifecycle management: You can configure lifecycle rules to periodically transition objects between storage classes or delete objects.
  • Bucket ACL: You (the bucket owner) can modify the bucket ACL on OBS Browser+ to implement fine-grained access control.
  • Bucket policies: You (the bucket owner) can write bucket policies on OBS Browser+ to implement fine-grained access control.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback