Changing the timeout values for each transfer destination (bucket)
This section explains how to change the values in the Send Management Information with individual settings.
The example below shows how to change the storage timeout period registered in the Send Storage Management Information on the Cloud Storage DB.
Although the example is for storage timeout, you can change other transfer-related information in the same way.
In the following procedure, Amazon S3 is used as an example to explain how to change the storage timeout setting value in the Send Storage Management Information.
✓ |
: |
Register after changing the setting value |
X |
: |
Register without changing the setting value |
- |
: |
Do not register the setting value |
*1 |
: |
This field can be set only when you use Amazon S3. |
-
Check the values set before changes to the Send Storage Management Information by using the output command of the Cloud Storage DB Information List.
utls3infolist -t snd --id bucket01
For details on the output command of the Cloud Storage DB Information List on Amazon S3, refer to Output command of the Cloud Storage DB Information List (Amazon S3).
The following list is output after you execute the command:
# # Cloud Storage Information for Amazon S3 # Send Storage Info: bucket01 Bucket: Use the default value. Timeout: 60 Parallels: Use the default value. Part Size: 10 Default Region: Use the default value. Endpoint: Use the default value. Auth ID: Use the default value.
"60" seconds is specified for Timeout (Storage Timeout).
-
Overwrite and register Storage Timeout setting values using the registration command of the Storage Management Information.
utls3infoadd -t snd --id bucket01 -r --timeout 600 --partsize 10
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).
-
For registration updates, specify values with "-r " with the option, including the values that are already set. In this example, "--partsize 10" is the value that is already set.
If you try to overwrite setting values without specifying "-r", an error occurs.
If a setting that is not changed is not specified with the option, the value is overwritten with "Use the default value.".
The following list is output:
$ utls3infoadd -t snd --id bucket01 -r --timeout 600 --partsize 10 The Send Storage Management Information "bucket01" will be registered. Bucket: Use the default value. Timeout: 600 Parallels: Use the default value. Part Size: 10 Default Region: Use the default value. Endpoint: Use the default value. Auth ID: Use the default value.
Check whether the setting value for Storage Timeout is changed from "60" seconds to "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 Storage Management Information.
The Storage Timeout period is changed, and the setting for downloads from object storage is completed.
-
For details on the command for other object storage, refer to the following:
-
For Azure Blob Storage
Output command of the Cloud Storage DB Information List (Azure Blob Storage)
Registration command of the Storage Management Information (Azure Blob Storage)
-
For Google Cloud Storage
Output command of the Cloud Storage DB Information List (Google Cloud Storage)
Registration command of the Storage Management Information (Google Cloud Storage)