常见问题

本文介绍在使用ossutil时可能出现的问题及处理方法。

使用ossutil执行相关命令时,报错region must be set in sign version 4

问题原因:在配置ossutil2.0时没有配置地域ID项。

解决方法:为避免在使用ossutil时因配置项缺失导致操作失败,请确保您按照以下步骤配置必要的基础项:AccessKey ID、AccessKey Secret、地域ID。特别是地域ID,由于签名已升级到V4版本,因此成为必需项。关于如何获取您的地域ID,请参见OSS地域和访问域名

Linux

  1. 输入配置命令。

    ossutil config
  2. 根据提示设置配置文件路径。您可以直接回车使用默认的配置文件路径。

    Please enter the config file name,the file name can include path(default /root/.ossutilconfig, carriage return will use the default file. If you specified this option to other file, you should specify --config-file option to the file when you use other commands):

    ossutil默认使用/root/.ossutilconfig作为配置文件。

  3. 根据提示分别设置AccessKey ID、AccessKey Secret、地域ID信息。

    输入您创建的AccessKey ID。

    Please enter Access Key ID [****************id]:LTAI****************

    输入您创建的AccessKey Secret。

    Please enter Access Key Secret [****************sk]:R6vg*********************

    输入您的OSS的数据中心所在的地域,如无任何输入,默认值为cn-hangzhou。

    Please enter Region [cn-hangzhou]:cn-hangzhou

    本文以杭州地域为例,其他地域的ID参见OSS地域和访问域名

Windows

  1. 输入配置命令。

    ossutil config
  2. 根据提示设置配置文件路径。您可以直接回车使用默认的配置文件路径。

    Please enter the config file name,the file name can include path(default "C:\Users\issuser\.ossutilconfig", carriage return will use the default file. If you specified this option to other file, you should specify --config-file option to the file when you use other commands):

    ossutil默认使用C:\Users\issuser\.ossutilconfig作为配置文件。

  3. 根据提示分别设置AccessKey ID、AccessKey Secret、地域等信息。

    输入您创建的AccessKey ID。

    Please enter Access Key ID [****************id]:LTAI****************

    输入您创建的AccessKey Secret。

    Please enter Access Key Secret [****************sk]:R6vg*********************

    输入您的OSS的数据中心所在的地域,如无任何输入,默认值为cn-hangzhou。

    Please enter Region [cn-hangzhou]:cn-hangzhou

    本文以杭州地域为例,其他地域的ID参见OSS地域和访问域名

macOS

  1. 输入配置命令。

    ossutil config
  2. 根据提示设置配置文件路径。您可以直接回车使用默认的配置文件路径。

    Please enter the config file name,the file name can include path(default "/Users/user/.ossutilconfig", carriage return will use the default file. If you specified this option to other file, you should specify --config-file option to the file when you use other commands): 

    ossutil默认使用/Users/user/.ossutilconfig作为配置文件。

  3. 根据提示分别设置AccessKey ID、AccessKey Secret、地域等信息。

    输入您创建的AccessKey ID。

    Please enter Access Key ID [****************id]:LTAI****************

    输入您创建的AccessKey Secret。

    Please enter Access Key Secret [****************sk]:R6vg*********************

    输入您的OSS的数据中心所在的地域,如无任何输入,默认值为cn-hangzhou。

    Please enter Region [cn-hangzhou]:cn-hangzhou

    本文以杭州地域为例,其他地域的ID参见OSS地域和访问域名