Click or drag to resize
UploadObjectRequest Constructor (String, String, String)
Initializes a new instance of the UploadObjectRequest class.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public UploadObjectRequest(
	string bucketName,
	string key,
	string uploadFile
)

Parameters

bucketName
Type: SystemString
Bucket name.
key
Type: SystemString
Key.
uploadFile
Type: SystemString
Upload file.
See Also