Click or drag to resize
OssClientPutObject Method (String, String, Stream)
Puts object to the specified bucket with specified object key.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public PutObjectResult PutObject(
	string bucketName,
	string key,
	Stream content
)

Parameters

bucketName
Type: SystemString
specified bucket name
key
Type: SystemString
Key
content
Type: System.IOStream
Content

Return Value

Type: PutObjectResult
PutObjectResult instance

Implements

IOssPutObject(String, String, Stream)
See Also