This chapter introduces the objectinfo configuration parameters for reviewing files stored in AWS, Alibaba Cloud, Swift, and Tencent Cloud services in asynchronous mode.
AWS S3
| Parameter Name |
Type |
Description |
| s3Region |
String (Optional) |
The region name when using s3. If running on EC2 and using AWS IAM role, the following three items accessKey, secretKey, endpointUrl can be omitted |
| accessKey |
String (Optional) |
The access key when using s3 |
| secretKey |
String (Optional) |
The secret key when using s3 |
| endpointUrl |
String (Optional) |
The endpoint URL when using s3 |
| s3Bucket |
String (Required) |
The object bucket when using s3 |
| s3Key |
String (Required) |
The object key (file name) when using s3 |
Swift OpenStack
| Parameter Name |
Type |
Description |
| X-Auth-Token |
String (Optional) |
The authentication token when using swift. If a valid X-Auth-Token is provided, the following three items can be omitted |
| authUrl |
String (Optional) |
The authentication URL when using swift |
| X-Auth-User |
String (Optional) |
The authentication user when using swift |
| X-Auth-Key |
String (Optional) |
The authentication key (password) when using swift |
| objectUrl |
String (Required) |
The complete object access path when using swift |
Alibaba Cloud OSS
| Parameter Name |
Type |
Description |
| ossEndpoint |
String (Optional) |
The endpoint when using oss |
| accessKeyId |
String (Optional) |
The accessKeyId when using oss |
| accessKeySecret |
String (Optional) |
The accessKeySecret when using oss |
| ossBucket |
String (Required) |
The object bucket when using oss |
| ossKey |
String (Required) |
The object key (file name) when using oss |
Tencent Cloud COS
| Parameter Name |
Type |
Description |
| cosRegion |
String (Required) |
The region name when using cos |
| secretId |
String (Required) |
The secretId when using cos |
| secretKey |
String (Required) |
The secretKey when using cos |
| cosBucket |
String (Required) |
The object bucket when using cos |
| cosKey |
String (Required) |
The object key when using cos |