检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        8006 results found.
        • Exporting Backup Files - Data Replication Service

          Exporting Backup Files - Data Replication Service

          If the bandwidth of your local data center is low and uploading data to OBS Browser takes a long time, you are advised to configure the backup file compression parameters. Log in to the database center through Microsoft SQL Server Management Studio as the database administrator.

          Help > Data Replication Service > Best Practices > Backup Migration > Migrating Microsoft SQL Server Backup Data to RDS SQL Server DB Instance
        • Glossary - Cloud Backup and Recovery

          Glossary - Cloud Backup and Recovery

          Public services, such as Object Storage Service (OBS), Virtual Private Cloud (VPC), and Image Management Service (IMS), are shared within the same region. Users can select a region closest to them to reduce access latencies.

          Help > Cloud Backup and Recovery > Glossary
        • Progressive Knowledge - VPC Endpoint

          Progressive Knowledge - VPC Endpoint

          Getting Started Configuring a VPC Endpoint for Communication Across VPCs of the Same Account Configuring a VPC Endpoint for Accessing OBS over Internal Networks Overview 04 APIs You can use and manage VPC endpoints and VPC endpoint services by using VPCEP APIs and referring to invoking

          Help > VPC Endpoint > Progressive Knowledge
        • Before You Start - Anti-DDoS Service

          Before You Start - Anti-DDoS Service

          Public services, such as Elastic Cloud Server (ECS), Elastic Volume Service (EVS), Object Storage Service (OBS), Virtual Private Cloud (VPC), Elastic IP (EIP), and Image Management Service (IMS), are shared within the same region.

          Help > Anti-DDoS Service > API Reference
        • Java API Example - Image Recognition

          Java API Example - Image Recognition

          The URL can be an HTTP/HTTPS or OBS URL. Parent topic: Application Examples

          Help > Image Recognition > API Reference > Application Examples
        • PHP API Example - Image Recognition

          PHP API Example - Image Recognition

          The URL can be an HTTP/HTTPS or OBS URL. Parent topic: Application Examples

          Help > Image Recognition > API Reference > Application Examples
        • DLI Spark - Data Lake Factory

          DLI Spark - Data Lake Factory

          Before selecting a resource package, you need to upload the JAR package and its dependency packages to the OBS bucket and create resources on the resource management page. For details, see Creating a Resource.

          Help > Data Lake Factory > User Guide > References > Nodes
        • CyberQuote

          CyberQuote

          Solutions Powered by Huawei’s industry-leading chip-pipe-cloud hardware technology CyberQuote leverages HUAWEI CLOUD’s best-in-class computing (ECS, EVS, OBS, RDS, VPC, etc) and security services (DEW and HSS) to deliver the ultimate performance, cost optimization and proof of value

          Cases
        • Mengxiang Explores New Value in E-Commerce

          Mengxiang Explores New Value in E-Commerce

          [Related services] DLI, DWS, CSS, OBS, RDS, and DGC Customer Benefits Analysis is now 50% performed in real time and growing as Huawei technologies upgrade. Analysis is now 50% performed in real time and growing as Huawei technologies upgrade.

          Cases
        • Bilibili: Virtual-Real Integration and Smooth Streaming of Major Events

          Bilibili: Virtual-Real Integration and Smooth Streaming of Major Events

          Video retrieval from the origin server or OBS pseudo-origin server needs to pass through the public network, driving up bandwidth costs. To solve these pain points, Huawei Cloud offers a VOD solution that concentrates less requested streams at the edge.

          Others
        • Web & Mobile

          Web & Mobile

          Related Services ECS 4 vCPUs and 8 GB memory EVS 100 GB disks ELB Enabled as needed RDS Primary/Standby DB instance (4 vCPUs and 8 GB) DCS (Redis) Enabled as needed OBS Pay per use Solution Advantages Description Comprehensive technical support is provided for website construction

          Application
        • Billing Items - Blockchain Service

          Billing Items - Blockchain Service

          OBS It is charged based on the actual usage. For details, see Pricing Details. CBR It is charged if you select Yes for Data Backup. For details, see Pricing Details.

          Help > Blockchain Service > Billing
        • Document OCR

          Document OCR

          Related Services OCR OBS Solution Advantages High Precision This solution uses advanced deep learning algorithms to adapt to various business scenarios, achieving high character recognition accuracy.

          Application
        • Glossary - Cloud Backup and Recovery

          Glossary - Cloud Backup and Recovery

          Public services, such as Object Storage Service (OBS), Virtual Private Cloud (VPC), and Image Management Service (IMS), are shared within the same region. Users can select a region closest to them to reduce access latencies.

          Help > Cloud Backup and Recovery > Glossary
        • Before You Start - Object Storage Migration Service

          Before You Start - Object Storage Migration Service

          Public services, such as Elastic Cloud Server (ECS), Elastic Volume Service (EVS), Object Storage Service (OBS), Virtual Private Cloud (VPC), Elastic IP (EIP), and Image Management Service (IMS), are shared within the same region.

          Help > Object Storage Migration Service > API Reference
        • Rewriting Response Headers - Object Storage Service

          Rewriting Response Headers - Object Storage Service

          Parameter Description Method in OBS iOS SDK responseContentType Rewrites Content-Type in HTTP/HTTPS responses. request.responseContentType responseContentLanguage Rewrites Content-Language in HTTP/HTTPS responses. request.responseContentLanguage responseExpires Rewrites Expires in

          Help > Object Storage Service > iOS > Object Download
        • Setting CORS Rules - Object Storage Service

          Setting CORS Rules - Object Storage Service

          request.bucketCORSRuleList addObject:rule]; [client setBucketCORS:request completionHandler:^(OBSSetBucketCORSResponse *response, NSError *error) { NSLog(@"%@",response); }]; For details about the meanings, causes, and handling methods of possible error codes returned during the operation, see OBS

          Help > Object Storage Service > iOS > CORS
        • General Examples of ObsClient - Object Storage Service

          General Examples of ObsClient - Object Storage Service

          For example, an OBS client uploads localfile to bucketname as objectname. The example code is as follows: // You can reserve only one global instance of ObsClient in your project. // ObsClient is thread-safe and can be simultaneously used by multiple threads.

          Help > Object Storage Service > Android > Quick Start
        • Enabling Bucket Logging - Object Storage Service

          Enabling Bucket Logging - Object Storage Service

          If the bucket is in the OBS Infrequent Access or Archive storage class, it cannot be used as the target bucket. Enabling Bucket Logging Sample code: // Hard-coded or plaintext AK/SK are risky.

          Help > Object Storage Service > Android > Access Logging
        • Performing a Conditioned Download - Object Storage Service

          Performing a Conditioned Download - Object Storage Service

          You can set the following conditions: Parameter Description Property in OBS .NET SDK If-Modified-Since Returns the object if it has been modified since the specified time; otherwise, an error is returned.

          Help > Object Storage Service > .NET > Object Download
        Total results: 8006
        • Previous
        • 1
        • ...
        • 312
        • 313
        • 314
        • ...
        • 401
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement