GeneratePresignedUriRequest Constructor (String, String, SignHttpMethod) |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public GeneratePresignedUriRequest(
string bucketName,
string key,
SignHttpMethod httpMethod
)
Public Sub New (
bucketName As String,
key As String,
httpMethod As SignHttpMethod
)
public:
GeneratePresignedUriRequest(
String^ bucketName,
String^ key,
SignHttpMethod httpMethod
)
new :
bucketName : string *
key : string *
httpMethod : SignHttpMethod -> GeneratePresignedUriRequest
Parameters
- bucketName
- Type: SystemString
bucket name - key
- Type: SystemString
object key - httpMethod
- Type: Aliyun.OSSSignHttpMethod
http method
See Also