Click or drag to resize
IOssGeneratePresignedUri Method (String, String, SignHttpMethod)
Generates the pre-signed url with specified expiration time that supports the specified HTTP 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,
	SignHttpMethod method
)

Parameters

bucketName
Type: SystemString
Bucket name
key
Type: SystemString
Object key
method
Type: Aliyun.OSSSignHttpMethod
HTTP method

Return Value

Type: Uri
signed url
See Also