Click or drag to resize
IOssPutObject Method (Uri, String, ObjectMetadata)
Uploads the file via the signed url with the metadata.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
PutObjectResult PutObject(
	Uri signedUrl,
	string fileToUpload,
	ObjectMetadata metadata
)

Parameters

signedUrl
Type: SystemUri
The signed url
fileToUpload
Type: SystemString
Local file path
metadata
Type: Aliyun.OSSObjectMetadata
OssObject metadata

Return Value

Type: PutObjectResult
PutObjectResult instance
See Also