检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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
        8055 results found.
        • Region and AZ - Elastic Volume Service

          Region and AZ - Elastic Volume 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 > Elastic Volume Service > Service Overview > Basic Concepts
        • 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
        • Product introduction, user guide, FAQ - Data Ingestion Service

          Product introduction, user guide, FAQ - Data Ingestion Service

          the OS Reinstalling the OS Creating an Image Purchasing an EVS Disk Using DIS Using DIS Flume Plugin to Upload and Download Data Using DIS Logstash Plugin to Upload and Download Data Using SparkStraming SDK to Download Data Managing a Dump Task Creating a Dump Task Dumping Data to OBS

          Help > Data Ingestion Service > Progressive Knowledge
        • Region and AZ - Scalable File Service

          Region and AZ - Scalable File 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 > Scalable File Service > Service Overview > Basic Concepts
        • Region and AZ - Enterprise Router

          Region and AZ - Enterprise Router

          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 > Enterprise Router > Service Overview
        • Region and AZ - Cloud Connect

          Region and AZ - Cloud Connect

          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 > Cloud Connect > Service Overview > Region Availability
        • Native SAP HANA HA Support - SAP Cloud

          Native SAP HANA HA Support - SAP Cloud

          In addition, to restore data after a disaster occurs, data and database logs in the storage system must be backed up to a remote end, for example, OBS bucket. For more details about SAP HANA database backup and recovery, see Backup and Recovery - SAP HANA released by SAP.

          Help > SAP Cloud > SAP HANA HA and DR Guide
        • Native SAP HANA HA Support - SAP Cloud

          Native SAP HANA HA Support - SAP Cloud

          In addition, to restore data after a disaster occurs, data and database logs in the storage system must be backed up to a remote end, for example, OBS bucket. For more details about SAP HANA database backup and recovery, see Backup and Recovery - SAP HANA released by SAP.

          Help > SAP Cloud > SAP HA and DR Guide > SAP HANA HA and DR
        • 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
        • Deleting Hosting Settings - Object Storage Service

          Deleting Hosting Settings - Object Storage Service

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

          Viewing Bucket Tags - Object Storage Service

          initWithBucketName:@"bucketname"]; [client getBucketTagging:request completionHandler:^(OBSGetBucketTaggingResponse *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 > Tag Management
        Total results: 8055
        • Previous
        • 1
        • ...
        • 287
        • 288
        • 289
        • ...
        • 403
        • 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