Registering the timeout values for each transfer destination (bucket)

This section explains how to register the Receive Storage Management Information with individual settings.

This example shows how to register the storage timeout period in the Receive Storage Management Information on the Cloud Storage DB, which is the storage timeout specified for each transfer destination.

Although the example is for storage timeout, you can register other transfer-related information in the same way.

 

In the following procedure, Amazon S3 is used as an example to explain how to register a storage timeout setting value in the Receive Storage Management Information.

Table D.1 Example of setting values for the Receive Storage Management Information

Field Name in Receive Storage Management Information

Setting Value

Register or Not

Receive Storage Management Information ID

bucket01

Bucket Name

Not specified

-

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 (*1)

Not specified

-

:

Register the setting value

-

:

Do not register the setting value

*1

:

This field can be set only when you use Amazon S3.

= Remarks =

We recommend that you specify the bucket name for the Receive Storage Management Information ID. The Receive Storage Management Information IDs (bucket names) that you specified for File Name in the Receive Management Information are output in the Receive Log.

Register the Storage Timeout setting value using the registration command of the Storage Management Information.

utls3infoadd -t rcv --id bucket01 --timeout 600

For details on the registration command of the Storage Management Information on Amazon S3, refer to Registration command of the 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 registered in the default information is used.

To check the values set in the default information for the Receive Storage Management Information on Amazon S3, refer to Output command of the Cloud Storage DB Information List (Amazon S3).

The following list is output:

$ utls3infoadd -t rcv --id bucket01 --timeout 600 
The Receive Storage Management Information "bucket01" will be registered. 
Bucket:            Use the default value. 
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 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 Storage Management Information.

The Storage Timeout period is registered, and the settings for uploads to object storage are completed.

 

For details on the command for other object storage, refer to the following: