检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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
        8020 results found.
        • How Do I Review the Objects Migrated in a Migration Task Group? - Object Storage Migration Service

          How Do I Review the Objects Migrated in a Migration Task Group? - Object Storage Migration Service

          Log in to OBS Console and access the /oms/taskgroup/<task-group-ID>/ path in the destination bucket. You can view the task group ID on the Migration Task Group page. Parent topic: Product Consulting

          Help > Object Storage Migration Service > FAQs > Product Consulting
        • E2E O&M Solution of ModelArts Inference Services - ModelArts

          E2E O&M Solution of ModelArts Inference Services - ModelArts

          Overview End-to-End O&M Process During algorithm development, store service data in Object Storage Service (OBS), and then label and manage the data using ModelArts data management.

          Help > ModelArts > Best Practices > Model Inference
        • Region and AZ - Dedicated Distributed Storage Service

          Region and AZ - Dedicated Distributed Storage 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 > Dedicated Distributed Storage Service > Service Overview
        • Region and AZ - Common FAQs

          Region and AZ - Common FAQs

          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 > Common FAQs > User Guide
        • Basic Concepts - Speech Interaction Service

          Basic Concepts - Speech Interaction 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 accessible within the same region.

          Help > Speech Interaction Service > API Reference > Before You Start
        • Rewriting Response Headers - Object Storage Service

          Rewriting Response Headers - Object Storage Service

          Parameter Description Method in OBS Android SDK contentType Rewrites Content-Type in HTTP/HTTPS responses. ObjectRepleaceMetadata.setContentType contentLanguage Rewrites Content-Language in HTTP/HTTPS responses.

          Help > Object Storage Service > Android > Object Download
        • Viewing CORS Rules - Object Storage Service

          Viewing CORS Rules - Object Storage Service

          \t" + rule.getAllowedHeader()); Log.i("GetBucketCors","\t" + rule.getAllowedOrigin()); Log.i("GetBucketCors","\t" + rule.getAllowedMethod()); Log.i("GetBucketCors","\t" + rule.getExposeHeader()); } To handle the error codes possibly returned during the operation, see OBS

          Help > Object Storage Service > Android > CORS
        • Website File Hosting - Object Storage Service

          Website File Hosting - Object Storage Service

          You can perform the following to implement website file hosting: Upload a website file to your bucket in OBS as an object and set the MIME type for the object. Set the object ACL to public read. Access the object using a browser.

          Help > Object Storage Service > Android > Static Website Hosting
        • ALM-45736 Guardian Service Unavailable - MapReduce Service

          ALM-45736 Guardian Service Unavailable - MapReduce Service

          Impact on the System Guardian cannot work properly, and OBS cannot be accessed. Possible Causes The HDFS service on which the Guardian service depends is abnormal. The TokenServer role instance is abnormal. Handling Procedure Check the HDFS service status.

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Alarm Handling Reference
        • Export Resources - DataArts Studio

          Export Resources - DataArts Studio

          The default value is false. resources No Array of longs Resource ID array export_mode No String Export mode. null indicates that data is to be exported to a local file system, and obs indicates that data is to be exported to OBS.

          Help > DataArts Studio > API Reference > DataArts Quality APIs > Import/Export
        • Obtaining Bucket Metadata - Object Storage Service

          Obtaining Bucket Metadata - Object Storage Service

          bucketname"]; [client getBucketMetaData:request completionHandler:^(OBSGetBucketMetaDataResponse *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 > Bucket Management
        • Obtaining Storage Information About a Bucket - Object Storage Service

          Obtaining Storage Information About a Bucket - Object Storage Service

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

          Help > Object Storage Service > iOS > Bucket Management
        • Viewing Versioning Status of a Bucket - Object Storage Service

          Viewing Versioning Status of a Bucket - Object Storage Service

          bucketname"]; [client getBucketVersioning:request completionHandler:^(OBSGetBucketVersioningResponse *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 > Versioning Management
        • Viewing Lifecycle Rules - Object Storage Service

          Viewing Lifecycle Rules - Object Storage Service

          @"bucketname"]; [client getBucketLifecycle:request completionHandler:^(OBSGetBucketLifecycleResponse *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 > Lifecycle Management
        • Deleting Lifecycle Rules - Object Storage Service

          Deleting Lifecycle Rules - Object Storage Service

          bucketname"]; [client deleteBucketLifecycle:request completionHandler:^(OBSDeleteBucketLifecycleResponse *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 > Lifecycle Management
        • Viewing CORS Rules - Object Storage Service

          Viewing CORS Rules - Object Storage Service

          initWithBucketName:@"bucketname"]; [client getBucketCORS:request completionHandler:^(OBSGetBucketCORSResponse *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
        • Deleting CORS Rules - Object Storage Service

          Deleting CORS Rules - Object Storage Service

          bucketname"]; [client deleteBucketCORS:request completionHandler:^(OBSDeleteBucketCORSResponse *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
        • Viewing Bucket Logging - Object Storage Service

          Viewing Bucket Logging - Object Storage Service

          initWithBucketName:@"bucketname"]; [client getBucketLogging:request completionHandler:^(OBSGetBucketLoggingResponse *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 > Access Logging
        • Disabling Bucket Logging - Object Storage Service

          Disabling Bucket Logging - Object Storage Service

          bucketname"]; [client setBucketLogging:request completionHandler:^(OBSSetBucketLoggingResponse *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 > Access Logging
        • Viewing Hosting Settings - Object Storage Service

          Viewing Hosting Settings - Object Storage Service

          initWithBucketName:@"bucketname"]; [client getBucketWebsite:request completionHandler:^(OBSGetBucketWebsiteResponse *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 > Static Website Hosting
        Total results: 8020
        • Previous
        • 1
        • ...
        • 286
        • 287
        • 288
        • ...
        • 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