Interface: CreateObjectSigned
Defined in: model/createObjectSigned.ts:8
The request payload for a Generate OSS Signed URL operation.
Export
CreateObjectSigned
Properties
allowedIpAddresses?
optional
allowedIpAddresses:string
[] Defined in: model/createObjectSigned.ts:26
IP addresses that can make a request to this URL.
Memberof
CreateObjectSigned
expiration
expiration:
number
Defined in: model/createObjectSigned.ts:20
Value for expiration in minutes
Memberof
CreateObjectSigned
signedUrl
signedUrl:
string
Defined in: model/createObjectSigned.ts:14
URL created for downloading the object
Memberof
CreateObjectSigned