Action
ACS::OSS::GenerateUrl
Description
Generates a temporary URL of an Object Storage Service (OSS) object.
Syntax
Action: Generate temporary OSS Url
Properties:
regionId: String
bucketName: String
objectName: String
validTime: Number
isInternal: BooleanAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
bucketName | The name of the OSS bucket. | String | Yes | ||
objectName | The name of the OSS object. | String | Yes | ||
validTime | The validity period of the OSS object. Unit: seconds. | Number | No | 6000 | |
isInternal | Specifies whether to generate an internal URL. | Boolean | No | False |
Output
Output item | Description | Type |
temporaryUrl | String |
References
For more information, see ACS::OSS::GenerateUrl.yml at GitHub.