Files
doc-exports/docs/obs/tool-obsutil/CLASS.TXT.json
weihongmin1 c4291b1dd5 OBS Util 0309 Verion
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: weihongmin1 <weihongmin1@huawei.com>
Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
2026-03-27 12:15:19 +00:00

704 lines
27 KiB
JSON

[
{
"desc":"obsutil is a command line tool for accessing and managing OBS. You can use this tool to create buckets and upload, download, or delete files/folders. If you are familiar ",
"product_code":"obs",
"title":"obsutil Introduction",
"uri":"obs_11_0001.html",
"doc_type":"utiltg",
"p_code":"",
"code":"1"
},
{
"desc":"Table 1 lists the download links of obsutil for different OSs.Download links of obsutilOSSoftware PackageManual Verification Signature FileAutomatic Verification Signatur",
"product_code":"obs",
"title":"Downloading and Installing obsutil",
"uri":"obs_11_0003.html",
"doc_type":"utiltg",
"p_code":"",
"code":"2"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Getting Started",
"uri":"obs_11_0002.html",
"doc_type":"utiltg",
"p_code":"",
"code":"3"
},
{
"desc":"When you call APIs, you need to use the AK and SK for authentication. To obtain the AK and SK, perform the following steps:This step is required only when you have enable",
"product_code":"obs",
"title":"Creating Access Keys (AK and SK)",
"uri":"obs_11_0061.html",
"doc_type":"utiltg",
"p_code":"3",
"code":"4"
},
{
"desc":"Before using obsutil, you need to configure the OBS endpoint and AK/SK for obsutil to interconnect with OBS. Then, you can use obsutil to operate OBS buckets and objects.",
"product_code":"obs",
"title":"Initializing the Configuration",
"uri":"obs_11_0005.html",
"doc_type":"utiltg",
"p_code":"3",
"code":"5"
},
{
"desc":"This section uses Linux as an example to describe how to use obsutil to perform basic operations in OBS.You have obtained obsutil and completed initial configuration.You ",
"product_code":"obs",
"title":"Quick Start",
"uri":"obs_11_0006.html",
"doc_type":"utiltg",
"p_code":"3",
"code":"6"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Bucket Commands",
"uri":"obs_11_0007.html",
"doc_type":"utiltg",
"p_code":"",
"code":"7"
},
{
"desc":"You can use this command to create a bucket. A bucket name must be unique in OBS. One account can create a maximum of 100 buckets.If you create a bucket and name it the s",
"product_code":"obs",
"title":"Creating a Bucket",
"uri":"obs_11_0008.html",
"doc_type":"utiltg",
"p_code":"7",
"code":"8"
},
{
"desc":"You can use this command to obtain the bucket list. In the list, bucket names are displayed in lexicographical order.Windowsobsutil ls [-s] [-sc] [-du] [-fs] [-j=1] [-li",
"product_code":"obs",
"title":"Listing Buckets",
"uri":"obs_11_0009.html",
"doc_type":"utiltg",
"p_code":"7",
"code":"9"
},
{
"desc":"You can use this command to query the basic properties of a bucket, including its default storage class, region, version ID, storage usage, bucket quota, whether it suppo",
"product_code":"obs",
"title":"Querying Bucket Properties",
"uri":"obs_11_0010.html",
"doc_type":"utiltg",
"p_code":"7",
"code":"10"
},
{
"desc":"You can use this command to set the properties of a bucket, such as storage classes and access policies.Windowsobsutil chattri obs://bucket [-sc=xxx] [-acl=xxx] [-aclXml=",
"product_code":"obs",
"title":"Setting Bucket Properties",
"uri":"obs_11_0040.html",
"doc_type":"utiltg",
"p_code":"7",
"code":"11"
},
{
"desc":"You can use this command to delete a bucket. The bucket to be deleted must be empty (containing no objects, historical versions, or fragments).To delete a non-empty bucke",
"product_code":"obs",
"title":"Deleting a Bucket",
"uri":"obs_11_0011.html",
"doc_type":"utiltg",
"p_code":"7",
"code":"12"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Object Commands",
"uri":"obs_11_0012.html",
"doc_type":"utiltg",
"p_code":"",
"code":"13"
},
{
"desc":"You can use this command to create a folder in a specified bucket or local file system.No error is returned if a folder with the same name as an existing one is created, ",
"product_code":"obs",
"title":"Creating a Folder",
"uri":"obs_11_0050.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"14"
},
{
"desc":"You can use this command to upload one or more local files or folders to a specified path in OBS. These files can be texts, images, videos, or any other type of files.Do ",
"product_code":"obs",
"title":"Uploading an Object",
"uri":"obs_11_0013.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"15"
},
{
"desc":"You can use this command to query the basic properties of an object.Windowsobsutil stat obs://bucket/key [-acl][-bf=xxx] [-config=xxx]macOS or Linux./obsutil stat obs://b",
"product_code":"obs",
"title":"Querying Object Properties",
"uri":"obs_11_0015.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"16"
},
{
"desc":"You can use this command to set properties of an object or set properties of objects in batches by a specified object name prefix.You can set storage classes only for buc",
"product_code":"obs",
"title":"Setting Object Properties",
"uri":"obs_11_0041.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"17"
},
{
"desc":"You can use this command to query objects or object versions in a bucket. All objects are listed in lexicographical order by object name and version ID.Windowsobsutil ls ",
"product_code":"obs",
"title":"Listing Objects",
"uri":"obs_11_0014.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"18"
},
{
"desc":"You can use this command to copy a single object or copy objects in batches by a specified object name prefix.Do not change the source objects in the OBS bucket when copy",
"product_code":"obs",
"title":"Copying an Object",
"uri":"obs_11_0017.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"19"
},
{
"desc":"You can use this command to move a single object or move objects in batches by a specified object name prefix.Do not change the source objects in the OBS bucket when movi",
"product_code":"obs",
"title":"Moving an Object",
"uri":"obs_11_0053.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"20"
},
{
"desc":"You can use this command to download an object or download objects in batches by object name prefix to your local PC.Do not change the source objects in the OBS bucket wh",
"product_code":"obs",
"title":"Downloading an Object",
"uri":"obs_11_0018.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"21"
},
{
"desc":"You can use this command to generate the download link of a specified object in a bucket or generate the download links of objects in a bucket in batches by object name p",
"product_code":"obs",
"title":"Generating the Download Link of an Object",
"uri":"obs_11_0051.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"22"
},
{
"desc":"You can use this command to delete a specified object.You can also use this command to delete objects in batches based on a specified object name prefix.The delete operat",
"product_code":"obs",
"title":"Deleting an Object",
"uri":"obs_11_0021.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"23"
},
{
"desc":"You can use this command to synchronize all content in a local source path to the specified target OBS bucket to ensure data consistency. Incremental synchronization has ",
"product_code":"obs",
"title":"Synchronously Uploading Incremental Objects",
"uri":"obs_11_0042.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"24"
},
{
"desc":"You can use this command to synchronize all objects in a specified path of the source bucket to a specified path in the target bucket to ensure data consistency. Incremen",
"product_code":"obs",
"title":"Synchronously Copying Incremental Objects",
"uri":"obs_11_0044.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"25"
},
{
"desc":"You can use this command to synchronize all objects in a specified path of the source OBS bucket to a target local path to ensure data consistency. Incremental synchroniz",
"product_code":"obs",
"title":"Synchronously Downloading Incremental Objects",
"uri":"obs_11_0043.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"26"
},
{
"desc":"You can use this command to restore a specified cold object or restore cold objects with a specific prefix in batches.Object content cannot be read during restoration.Aft",
"product_code":"obs",
"title":"Restoring Objects from the Cold Storage",
"uri":"obs_11_0016.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"27"
},
{
"desc":"You can use this command to resume a failed upload task based on the task ID.Windowsobsutil cp -recover=xxx [-arcDir=xxx] [-dryRun] [-f] [-u] [-vlength] [-vmd5] [-j=1] [-",
"product_code":"obs",
"title":"Resuming a Failed Upload Task",
"uri":"obs_11_0036.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"28"
},
{
"desc":"You can use this command to resume a failed copy task based on the task ID.Windowsobsutil cp -recover=xxx [-dryRun] [-f] [-u] [-crr] [-vlength] [-vmd5] [-j=1] [-p=1] [-th",
"product_code":"obs",
"title":"Resuming a Failed Copy Task",
"uri":"obs_11_0037.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"29"
},
{
"desc":"You can use this command to resume a failed download task based on the task ID.Windowsobsutil cp -recover=xxx [-dryRun] [-tempFileDir=xxx] [-f] [-u] [-vlength] [-vmd5] [-",
"product_code":"obs",
"title":"Resuming a Failed Download Task",
"uri":"obs_11_0038.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"30"
},
{
"desc":"You can use this command to query multipart upload tasks in a bucket.Windowsobsutil ls obs://bucket[/prefix] [-s] [-d] -m [-a] [-uploadIdMarker=xxx] [-marker=xxx] [-limit",
"product_code":"obs",
"title":"Listing Multipart Upload Tasks",
"uri":"obs_11_0019.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"31"
},
{
"desc":"You can use this command to delete a multipart upload task in a specified bucket by using the multipart upload ID.You can also use this command to delete multipart upload",
"product_code":"obs",
"title":"Deleting a Multipart Upload Task",
"uri":"obs_11_0020.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"32"
},
{
"desc":"You can use this command to specify the bucket name, object name prefix, and access code to create an authorization code for directory sharing.Windowsobsutil create-share",
"product_code":"obs",
"title":"Creating an Authorization Code for Directory Sharing",
"uri":"obs_11_0062.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"33"
},
{
"desc":"You can use this command to query objects in a bucket with an authorization code. The returned objects are sorted in lexicographical order.WindowsEnter an authorization c",
"product_code":"obs",
"title":"Listing Objects by Using an Authorization Code",
"uri":"obs_11_0063.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"34"
},
{
"desc":"You can use this command to download an object or download objects in a batch by object name prefix to your local PC.Do not change the source objects in the OBS bucket wh",
"product_code":"obs",
"title":"Downloading Objects by Using an Authorization Code",
"uri":"obs_11_0064.html",
"doc_type":"utiltg",
"p_code":"13",
"code":"35"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Auxiliary Commands",
"uri":"obs_11_0022.html",
"doc_type":"utiltg",
"p_code":"",
"code":"36"
},
{
"desc":"You can update items in the .obsutilconfig file, including the endpoint, AK, SK, and token.Configuration Parameters describes parameters in the .obsutilconfig file.Window",
"product_code":"obs",
"title":"Updating a Configuration File",
"uri":"obs_11_0023.html",
"doc_type":"utiltg",
"p_code":"36",
"code":"37"
},
{
"desc":"You can use this command to delete part records from a specified directory.Windowsobsutil clear [checkpoint_dir] [-u] [-d] [-c] [-config=xxx]macOS or Linux./obsutil clear",
"product_code":"obs",
"title":"Deleting Part Records",
"uri":"obs_11_0024.html",
"doc_type":"utiltg",
"p_code":"36",
"code":"38"
},
{
"desc":"You can use this command to view the commands supported by obsutil or view the help information of a specific command.Windowsobsutil help [command]macOS or Linux./obsutil",
"product_code":"obs",
"title":"Viewing Command Help Information",
"uri":"obs_11_0025.html",
"doc_type":"utiltg",
"p_code":"36",
"code":"39"
},
{
"desc":"You can use this command to query the current version of obsutil.Windowsobsutil versionmacOS or Linux./obsutil versionIn Windows, run the following command to view a vers",
"product_code":"obs",
"title":"Querying the Version Number",
"uri":"obs_11_0026.html",
"doc_type":"utiltg",
"p_code":"36",
"code":"40"
},
{
"desc":"You can use this command to archive log files to a local PC or to a specified bucket.WindowsArchiving to a local PCobsutil archive [file_or_folder_url] [-config=xxx]Archi",
"product_code":"obs",
"title":"Archiving Log Files",
"uri":"obs_11_0045.html",
"doc_type":"utiltg",
"p_code":"36",
"code":"41"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Common Examples",
"uri":"obs_11_0027.html",
"doc_type":"utiltg",
"p_code":"",
"code":"42"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to upload files.Assume that a local folder is in the following structure:Based o",
"product_code":"obs",
"title":"Upload",
"uri":"obs_11_0028.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"43"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to perform synchronous upload operations.Assume that a local folder is in the fo",
"product_code":"obs",
"title":"Synchronous Upload",
"uri":"obs_11_0046.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"44"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to download files.Assume that bucket bucket-test contains the following objects:",
"product_code":"obs",
"title":"Download",
"uri":"obs_11_0029.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"45"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to perform synchronous download operations.Assume that bucket bucket-test contai",
"product_code":"obs",
"title":"Synchronous Download",
"uri":"obs_11_0047.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"46"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to copy files.Assume that bucket bucket-src contains the following objects:Based",
"product_code":"obs",
"title":"Copy",
"uri":"obs_11_0030.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"47"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to perform synchronous copy operations.Assume that the source bucket bucket-src ",
"product_code":"obs",
"title":"Synchronous Copy",
"uri":"obs_11_0048.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"48"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to list files.Assume that bucket bucket-test contains the following objects:Base",
"product_code":"obs",
"title":"Listing",
"uri":"obs_11_0031.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"49"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to list multipart upload tasks.Assume that bucket bucket-test contains the follo",
"product_code":"obs",
"title":"Listing Multipart Upload Tasks",
"uri":"obs_11_0032.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"50"
},
{
"desc":"All commands in this section use the Linux operating system as an example to describe how to delete all multipart upload tasks in a bucket.Assume that bucket bucket-test ",
"product_code":"obs",
"title":"Deleting All Multipart Upload Tasks in a Bucket",
"uri":"obs_11_0065.html",
"doc_type":"utiltg",
"p_code":"42",
"code":"51"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Fault Locating",
"uri":"obs_11_0054.html",
"doc_type":"utiltg",
"p_code":"",
"code":"52"
},
{
"desc":"obsutil provides multiple methods for users to locate and analyze faults. Table 1 details the methods. Generally, you need to combine these methods for a precise fault lo",
"product_code":"obs",
"title":"Overview",
"uri":"obs_11_0055.html",
"doc_type":"utiltg",
"p_code":"52",
"code":"53"
},
{
"desc":"obsutil log files include tool logs and SDK logs. You can add the following parameters to the .obsutilconfig file to enable the two logging functions.Tool logging (record",
"product_code":"obs",
"title":"Log Files",
"uri":"obs_11_0056.html",
"doc_type":"utiltg",
"p_code":"52",
"code":"54"
},
{
"desc":"Result files are generated when batch tasks complete. By default, they are saved to the subfolder .obsutil_output in the home directory of the user who executes obsutil c",
"product_code":"obs",
"title":"Result Lists",
"uri":"obs_11_0057.html",
"doc_type":"utiltg",
"p_code":"52",
"code":"55"
},
{
"desc":"If obsutil is invoked by processes, the command output cannot be viewed in real time. obsutil generates different return codes based on different execution results. Table",
"product_code":"obs",
"title":"Return Codes",
"uri":"obs_11_0058.html",
"doc_type":"utiltg",
"p_code":"52",
"code":"56"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Best Practices",
"uri":"obs_11_0033.html",
"doc_type":"utiltg",
"p_code":"",
"code":"57"
},
{
"desc":"obsutil provides help commands for viewing the help documents of each command. To query the help document of the bucket creation command, perform the following steps:For ",
"product_code":"obs",
"title":"Using the obsutil help Command to Search for Functions",
"uri":"obs_11_0066.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"58"
},
{
"desc":"Go to the /root directory at 21:30 every day and upload the /src/src1 folder to bucket obs://bucket-test in the incremental mode.You have properly enabled the scheduled c",
"product_code":"obs",
"title":"Configuring Scheduled Tasks Using the Crontab Command",
"uri":"obs_11_0034.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"59"
},
{
"desc":"Because obsutil is external software, you need to access the directory where obsutil resides before running obsutil commands, which is not convenient.An OS provides built",
"product_code":"obs",
"title":"Setting obsutil Commands as Built-in Commands",
"uri":"obs_11_0049.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"60"
},
{
"desc":"By default, obsutil uploads, downloads, and copies files or objects whose size is greater than 50 MB in multiple parts. Table 1 details related parameters in the .obsutil",
"product_code":"obs",
"title":"Fine-Tuning obsutil Performance",
"uri":"obs_11_0052.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"61"
},
{
"desc":"obsutil supports resumable data transfer (upload, download, and copy) for large files by using the multipart algorithms for upload, download, and copy. You can set the th",
"product_code":"obs",
"title":"Using obsutil for Resumable Data Transfer",
"uri":"obs_11_0059.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"62"
},
{
"desc":"obsutil supports the upload of the real path to which the symbolic link points when a file or folder is uploaded. You can specify the command-level parameter link to impl",
"product_code":"obs",
"title":"Using obsutil to Upload a Symbolic Link",
"uri":"obs_11_0060.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"63"
},
{
"desc":"You can configure an HTTP proxy in either of the following ways:Method 1: Set the proxyUrl parameter in the .obsutilconfig file, for example, proxyUrl=http://username:pas",
"product_code":"obs",
"title":"Configuring an HTTP Proxy for obsutil",
"uri":"obs_11_0068.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"64"
},
{
"desc":"Directory sharing allows a bucket owner to share specific directories within a bucket or even the entire bucket with other users by providing an authorization code and an",
"product_code":"obs",
"title":"Using obsutil to Share Directories",
"uri":"obs_11_0069.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"65"
},
{
"desc":"obsutil client supports cross-region replication. You can directly replicate data from a source bucket to the destination bucket through data streams. The source bucket a",
"product_code":"obs",
"title":"Using obsutil to Replicate Data Across Regions on the Client Side",
"uri":"obs_11_0039.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"66"
},
{
"desc":"obsutil allows you to configure the rateLimitThreshold parameter in the .obsutilconfig file to limit the upload and download rate.For detailed parameter description, see ",
"product_code":"obs",
"title":"Limiting the Upload and Download Rates for obsutil",
"uri":"obs_11_0073.html",
"doc_type":"utiltg",
"p_code":"57",
"code":"67"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"FAQs",
"uri":"obs_11_0074.html",
"doc_type":"utiltg",
"p_code":"",
"code":"68"
},
{
"desc":"No.obsutil allows you to upload your local directory to an OBS bucket. After the synchronization, if you delete some files in the local directory and then perform an incr",
"product_code":"obs",
"title":"After Some Files Are Deleted in My Local Directory, Can obsutil Synchronously Delete Them from the Bucket?",
"uri":"obs_11_0075.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"69"
},
{
"desc":"obsutil does not allow you to directly save a listing result to a local file, but you can redirect a listing result displayed on the screen in standard output to a specif",
"product_code":"obs",
"title":"Can I Use obsutil to Directly Save a Listing Result to a Local File?",
"uri":"obs_11_0076.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"70"
},
{
"desc":"When you use obsutil to list all objects in a bucket, the listing result includes the total size of the objects. If the total size is different from that shown on OBS Con",
"product_code":"obs",
"title":"Why Does obsutil Show a Different Total Object Size Than OBS Console?",
"uri":"obs_11_0077.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"71"
},
{
"desc":"After a batch task is completed, there will be results telling you how many tasks succeeded or failed. To find out why those tasks failed, you can check their failure res",
"product_code":"obs",
"title":"How Can I Find Out Why Some Tasks in a Batch Task Failed?",
"uri":"obs_11_0078.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"72"
},
{
"desc":"I/O timeout and EOF errors usually occur when requests fail due to network fluctuations. Go through the following list to locate the cause.Ping the bucket domain name (bu",
"product_code":"obs",
"title":"How Can I Locate and Rectify I/O Timeout and EOF Errors?",
"uri":"obs_11_0079.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"73"
},
{
"desc":"Possible causes:When a batch upload or download task is being executed, if there are a large number of objects involved, obsutil needs to traverse all objects to collect ",
"product_code":"obs",
"title":"Why Is a Question Mark Displayed in the Batch Task Progress Bar?",
"uri":"obs_11_0080.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"74"
},
{
"desc":"No.obsutil allows you to configure multiple config files, but they cannot be stored in the same directory due to encryption requirements.If multiple config files are requ",
"product_code":"obs",
"title":"Can Multiple config Files Be Placed in One Directory?",
"uri":"obs_11_0081.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"75"
},
{
"desc":"Yes. You can run the mv command to rename an object or a folder. The following gives two examples in Windows.Running obsutil mv obs://bucket-test/key obs://bucket-test/ke",
"product_code":"obs",
"title":"Can I Rename an Object or a Folder?",
"uri":"obs_11_0084.html",
"doc_type":"utiltg",
"p_code":"68",
"code":"76"
},
{
"desc":"You can set obsutil parameters in the .obsutilconfig file.Configuration file format:Table 1 describes the parameters.Set parameters with N/A as the recommended value base",
"product_code":"obs",
"title":"Configuration Parameters",
"uri":"obs_11_0035.html",
"doc_type":"utiltg",
"p_code":"",
"code":"77"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"obs",
"title":"Change History",
"uri":"obs_11_0000.html",
"doc_type":"utiltg",
"p_code":"",
"code":"78"
}
]