| IOssPutObject Method (String, String, Stream) | 
            Puts object to the specified bucket with specified object key.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
SyntaxPutObjectResult PutObject(
	string bucketName,
	string key,
	Stream content
)
Function PutObject ( 
	bucketName As String,
	key As String,
	content As Stream
) As PutObjectResult
PutObjectResult^ PutObject(
	String^ bucketName, 
	String^ key, 
	Stream^ content
)
abstract PutObject : 
        bucketName : string * 
        key : string * 
        content : Stream -> PutObjectResult 
Parameters
- bucketName
 - Type: SystemString
specified bucket name - key
 - Type: SystemString
Key - content
 - Type: System.IOStream
Content 
Return Value
Type: 
PutObjectResultPutObjectResult instance
See Also