Click or drag to resize
IOssGeneratePresignedUri Method (String, String)
Generates the signed url with default expiration time (15 min) that supports HTTP GET method.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
Uri GeneratePresignedUri(
	string bucketName,
	string key
)

Parameters

bucketName
Type: SystemString
Bucket name
key
Type: SystemString
Object key

Return Value

Type: Uri
Signed uri
See Also