設定ファイルを作成または管理します。 構成ファイルには、アクセス資格情報と構成設定が格納されます。 configコマンドは、使用シナリオに応じて、インタラクティブまたは非インタラクティブにすることができます。
設定ファイルの作成
ossutil config
このコマンドは、構成ファイルを作成し、構成ファイルの [デフォルト] セクションに長期アクセス資格情報と地域情報を保存します。 この場合、コマンドはインタラクティブです。
ossutil config
The command creates a config file and stores configuration settings and credentials.
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):
No config file entered, will use the default config file "C:\Users\issuser\.ossutilconfig"For the following settings, carriage return means skip the configuration.
Please enter Access Key ID [None]:
Please enter Access Key Secret [None]:
Please enter Region [cn-hangzhou]:
構成設定の作成とクエリ
構成設定の作成
ossutil config set
このコマンドは、アクセス資格情報の設定または構成設定を作成します。 この場合、コマンドは非対話型である。 -- config-fileオプションは構成ファイルへのパスを指定し、-- profileオプションはプロファイルセクションを指定します。
次のサンプルコマンドは、myconfig設定ファイルのdevセクションでregionパラメーターを設定します。
ossutil config set region cn-hangzhou -- config-file myconfig -- profile dev
設定項目を削除するには、コマンドラインで値を空の文字列に設定するか、テキストエディターを使用してエントリを削除します。
ossutil config set region "" -- config-file myconfig -- profile dev
構成設定のクエリ
ossutil config get
コマンドは、アクセス資格情報または構成設定を照会します。 この場合、コマンドは非対話型である。 -- config-fileオプションは構成ファイルへのパスを指定し、-- profileオプションは使用するプロファイルセクションを指定します。 次のサンプルコマンドは、myconfig設定ファイルのdevセクションのregionパラメーターを照会します。
ossutil config get region -- config-file myconfig -- profile dev
すべての構成セクションを一覧表示
コマンドはすべてのセクションを一覧表示します。 この場合、コマンドは非対話型である。
ossutil config list-profiles
アクセス資格情報を設定します。
ossutil config credential
コマンドはアクセス資格情報を設定します。 この場合、コマンドはインタラクティブです。 AccessKey ID、AccessKeyシークレット、およびトークンを暗号化するかどうかを尋ねられます。
ossutil config credential
The command creates a config file and stores configuration settings and credentials.
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):
No config file entered, will use the default config file "C:\Users\issuser\.ossutilconfig"For the following settings, carriage return means skip the configuration.
Please enter profile:
Please enter authenticate mode, supports RamRoleArn,EcsRamRole,Process,Uri,OIDCRoleArn,AK,StsToken:
Do you need to encryt access key id and access key secret (y or N)
Please enter Access Key ID [None]:
Please enter Access Key Secret [None]: