List command of transfer-related information (Amazon S3)
For Amazon S3, you can list the fields that are used during transfer.
List command of transfer-related information
utls3inforef -t {snd|rcv} -f FILE
Parameter explanation
- [REQUIRED]
-
These parameters cannot be omitted.
- -t, --type {snd|rcv}
-
Type of information (mandatory)
This parameter specifies the type of management information that you want to view the transfer-related information for.
- snd:
-
Send Storage Management Information
- rcv:
-
Receive Storage Management Information
- -f, --filename FILE
-
Name of file to view (mandatory)
To view transfer information for the sending-side host, specify the file name registered in the Send Management Information.
To view transfer information for the receiving-side host, specify the file name registered in the Receive Management Information.
For details on the send file name, refer to the following:
-
For Windows: Send Management Information
-
For Linux: Send Management Information
For details on the receive file name, refer to the following:
-
For Windows: Receive Management Information
-
For Linux: Receive Management Information
-
Supplement
-
As shown below, you can specify either with a space or an equals sign (=) between the parameter and the setting value.
--parameter Value --parameter=Value
-
If you specify "-h" or "--help" for the parameter, the usage is output.
<Example of output>
Only for the fields that are used for transfer, the values are listed in the following format:
Output of the Send Storage Management Information
# # Send Storage Management Information # Filename(args): s3://cloud01/object01 ID(args): cloud01 Bucket(id): cloud01 Object(args): object01 Timeout(system default): 300 Parallels(user default): 28 Part Size(system default): 5 Default Region(user default): ap-northeast-1 Endpoint(db): https://bucket.vpce-00bfcbc23dd545539-q5tos0vv.s3.ap-northeast-1.vpce.amazonaws.com Auth ID(db): cloudauth Access Key(env): ABCDEFGHI Secret Access Key(env): 123456789 Switch Role ARN(db): test-role-arn Role Session Name(db): test-session
The displayed contents are as follows:
Field that is used for transfer (source of the field value): Field value
-
- Field that is used for transfer
-
This shows the field name for each type of management information that is used for transfer.
-
Source of the field value
-
This shows the source of the field value for each type of management information that is used for transfer.
- args:
-
Parameter that you specify when executing the list command of transfer-related information
- id:
-
Storage Management Information ID
- db:
-
Information registered for each ID in the Cloud Storage DB
- user default:
-
Information registered in the default information in the Cloud Storage DB
- system default:
-
Fixed value in the system
- env:
-
Environment variable
-
Field value
-
This shows each registered field value that is used for transfer.