Registering the timeout value that is used in common for transfers
This section explains how to register the default information for the Receive Storage Management Information with the default settings.
This example shows how to register the storage timeout period in the default information for the Receive Storage Management Information on the Cloud Storage DB, which is the storage timeout used in common when individual settings are not specified.
Although the example is for storage timeout, you can register other transfer-related information in the same way.
The priority of the values used for uploads or downloads is explained below.
When the values are registered in the Receive Storage Management Information or the Send Storage Management Information (hereafter referred to as the Storage Management Information) and in the default information, the values in the Storage Management Information are used prior to the values in the default information.
If you want to use the default values, do not set the values in the Storage Management Information.
The priority of the values used for uploads or downloads is shown below.
The following values are used for each field:
Storage Timeout |
: |
60 seconds |
Region |
: |
ap-northeast-1 |
Storage Authentication Information ID |
: |
If you do not set anything for the Storage Management Information and the default information, the default information for the Storage Authentication Information is used. |
Other Fields |
: |
If you do not set anything for the Storage Management Information and the default information, the value in the downward-compatible settings is used. |
In the following procedure, Amazon S3 is used as an example to explain how to register a storage timeout setting value in the default information for the Receive Storage Management Information.
✓ |
: |
Register the setting value |
- |
: |
Do not register the setting value |
*1 |
: |
This field can be set only when you use Amazon S3. |
Register the Storage Timeout setting value using the registration command of the default information for the Receive Storage Management Information.
utls3infoadd -t rcv --default --timeout 600
For details on the registration command of the default information for the Storage Management Information on Amazon S3, refer to Registration command of the Default Information for Storage Management Information (Amazon S3).
For a field that is not specified with the option, the value "Use the default value." is set.
In this case, the value in the downward-compatible settings is used.
However, only in cases when you do not specify a Storage Authentication Information ID with the option, the value registered in the default information for the Storage Authentication Information is used instead of the downward-compatible settings.
The following list is output:
$ utls3infoadd -t rcv --default --timeout 600 The default information for Receive Storage Management Information will be changed. Timeout: 600 Parallels: Use the default value. Part Size: Use the default value. Default Region: Use the default value. Endpoint: Use the default value. ACL: Use the default value. Auth ID: Use the default value.
Check whether the setting value for Storage Timeout is registered as "600" seconds.
If you do not specify "-f" or "--force" with the registration command of the default information for the Storage Management Information, the following confirmation message is output:
Are you sure to register? [y/n]:
After the confirmation message is output, input "y" or "Y" to execute the registration command of the default information for the Storage Management Information.
The Storage Timeout period is registered, and the setting for uploads to object storage with the default settings is completed.
For details on the command for other object storage, refer to the following:
-
For Azure Blob Storage
Registration command of the Storage Management Information (Azure Blob Storage)
-
For Google Cloud Storage
Registration command of the Storage Management Information (Google Cloud Storage)