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.

 

= Remarks =

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.

Table D.3 Priorities given to Storage Management Information and default information

Field Name in Storage Management Information

Setting Value in Storage Management Information

Setting Value in Default Information for Storage Management Information

Value Used

Storage Timeout

60 (seconds)

600 (seconds)

60 (seconds)

Maximum number of parallels per transfer

Not specified

Not specified

32

Part Size

Not specified

Not specified

5 (MB)

Region

Not specified

ap-northeast-1

ap-northeast-1

Storage Authentication Information ID

Not specified

Not specified

Default information for the Storage Authentication Information

The following values are used for each field:

Storage Timeout

:

60 seconds
The value registered in the Storage Management Information is prioritized.

Region

:

ap-northeast-1
If you do not set anything for the Storage Management Information, the value set in the default information is used.

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.

Table D.4 Example of setting values in default information for the Receive Storage Management Information

Field Name in Default Information for Receive Storage Management Information

Setting Value

Register or Not

Storage Timeout

600 (seconds)

Maximum number of parallels per transfer

Not specified

-

Part Size

Not specified

-

Region (*1)

Not specified

-

Endpoint URL (*1)

Not specified

-

ACL that is applied to upload files (*1)

Not specified

-

Storage Authentication Information ID

Not specified

-

:

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).

Note

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: