| OssClientPutObject Method | 
| Name | Description | |
|---|---|---|
| PutObject(PutObjectRequest) | 
            Upload a OssObject according to PutObjectRequest.
              | |
| PutObject(Uri, Stream) | 
            Uploads the instream via the signed url.
              | |
| PutObject(Uri, String) | 
            Uploads the file via the signed url.
              | |
| PutObject(String, String, Stream) | 
            Puts object to the specified bucket with specified object key.
              | |
| PutObject(String, String, String) | 
            Uploads a local file to OSS under the specified bucket
              | |
| PutObject(Uri, Stream, ObjectMetadata) | 
            Uploads the stream via the signed url with the metadata.
              | |
| PutObject(Uri, String, ObjectMetadata) | 
            Uploads the file via the signed url with the metadata.
              | |
| PutObject(String, String, Stream, ObjectMetadata) | 
            Uploads the content to object under the specified bucket and object key.
              | |
| PutObject(String, String, String, ObjectMetadata) | 
            Uploads a local file with specified metadata to OSS.
              |