| IOssBeginPutObject Method |
| Name | Description | |
|---|---|---|
| BeginPutObject(PutObjectRequest, AsyncCallback, Object) |
Begins the async call to upload object
| |
| BeginPutObject(String, String, Stream, AsyncCallback, Object) |
Begins the async call of uploading object to specified bucket.
| |
| BeginPutObject(String, String, String, AsyncCallback, Object) |
Begins the async call to upload local file to OSS under the specified bucket.
| |
| BeginPutObject(String, String, Stream, ObjectMetadata, AsyncCallback, Object) |
Begins the async call to upload object
| |
| BeginPutObject(String, String, String, ObjectMetadata, AsyncCallback, Object) |
Begins the async call to upload object with specified metadata.
|