检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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.
        • 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
        • Deleting Bucket Tags - Object Storage Service

          Deleting Bucket Tags - Object Storage Service

          bucketname"]; [client deleteBucketTagging:request completionHandler:^(OBSDeleteBucketTaggingResponse *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
        • Listing Objects - Object Storage Service

          Listing Objects - Object Storage Service

          // require 'obs-autoloader.php'; // Declare the namespace. use Obs\ObsClient; // Create an instance of ObsClient. $obsClient = new ObsClient([ //Obtain an AK/SK pair using environment variables or import the AK/SK pair in other ways.

          Help > Object Storage Service > PHP > Quick Start
        • Rewriting Response Headers - Object Storage Service

          Rewriting Response Headers - Object Storage Service

          // require 'obs-autoloader.php'; // Declare the namespace. use Obs\ObsClient; // Create an instance of ObsClient. $obsClient = new ObsClient ( [ //Obtain an AK/SK pair using environment variables or import the AK/SK pair in other ways.

          Help > Object Storage Service > PHP > Object Download
        • Obtaining Bucket Metadata - Object Storage Service

          Obtaining Bucket Metadata - Object Storage Service

          Console.WriteLine("StorageClass: {0}", response.StorageClass); Console.WriteLine("Location: {0}", response.Location); } catch (ObsException ex) { Console.WriteLine("StatusCode: {0}", ex.StatusCode); } To handle the error codes possibly returned during the operation, see OBS

          Help > Object Storage Service > .NET > Bucket Management
        • Obtaining Storage Information About a Bucket - Object Storage Service

          Obtaining Storage Information About a Bucket - Object Storage Service

          response.ObjectNumber); Console.WriteLine("Size: {0}", response.Size); } catch (ObsException ex) { Console.WriteLine("ErrorCode: {0}", ex.ErrorCode); Console.WriteLine("ErrorMessage: {0}", ex.ErrorMessage); } To handle the error codes possibly returned during the operation, see OBS

          Help > Object Storage Service > .NET > Bucket Management
        • Performing a Streaming Upload - Object Storage Service

          Performing a Streaming Upload - Object Storage Service

          ObsClient client = new ObsClient(accessKey, secretKey, config); // Upload a stream. try { String str = "Hello OBS"; Stream stream = new MemoryStream(System.Text.Encoding.Default.GetBytes(str)); PutObjectRequest request = new PutObjectRequest() { BucketName

          Help > Object Storage Service > .NET > Object Upload
        • Viewing Versioning Status of a Bucket - Object Storage Service

          Viewing Versioning Status of a Bucket - Object Storage Service

          Console.WriteLine("Status: {0}", response.Configuration.Status); } catch (ObsException ex) { Console.WriteLine("ErrorCode: {0}", ex.ErrorCode); Console.WriteLine("ErrorMessage: {0}", ex.ErrorMessage); } To handle the error codes possibly returned during the operation, see OBS

          Help > Object Storage Service > .NET > Versioning Management
        • Copying a Versioning Object - Object Storage Service

          Copying a Versioning Object - Object Storage Service

          Console.WriteLine("copy object response: {0}", response.StatusCode); } catch (ObsException ex) { Console.WriteLine("ErrorCode: {0}", ex.ErrorCode); Console.WriteLine("ErrorMessage: {0}", ex.ErrorMessage); } To handle the error codes possibly returned during the operation, see OBS

          Help > Object Storage Service > .NET > Versioning Management
        Total results: 8055
        • Previous
        • 1
        • ...
        • 288
        • 289
        • 290
        • ...
        • 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