Initializes a new instance of the GeneratePresignedUriRequest class
Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public GeneratePresignedUriRequest( string bucketName, string key, SignHttpMethod httpMethod )
Parameters
- bucketName
- Type: SystemString
[Missing <param name="bucketName"/> documentation for "M:Aliyun.OpenServices.OpenStorageService.GeneratePresignedUriRequest.#ctor(System.String,System.String,Aliyun.OpenServices.OpenStorageService.SignHttpMethod)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Aliyun.OpenServices.OpenStorageService.GeneratePresignedUriRequest.#ctor(System.String,System.String,Aliyun.OpenServices.OpenStorageService.SignHttpMethod)"]
- httpMethod
- Type: Aliyun.OpenServices.OpenStorageServiceSignHttpMethod
[Missing <param name="httpMethod"/> documentation for "M:Aliyun.OpenServices.OpenStorageService.GeneratePresignedUriRequest.#ctor(System.String,System.String,Aliyun.OpenServices.OpenStorageService.SignHttpMethod)"]
See Also