Click or drag to resize
OssClientPutObject Method
Overload List
  NameDescription
Public methodPutObject(PutObjectRequest)
Upload a OssObject according to PutObjectRequest.
Public methodPutObject(Uri, Stream)
Uploads the instream via the signed url.
Public methodPutObject(Uri, String)
Uploads the file via the signed url.
Public methodPutObject(String, String, Stream)
Puts object to the specified bucket with specified object key.
Public methodPutObject(String, String, String)
Uploads a local file to OSS under the specified bucket
Public methodPutObject(Uri, Stream, ObjectMetadata)
Uploads the stream via the signed url with the metadata.
Public methodPutObject(Uri, String, ObjectMetadata)
Uploads the file via the signed url with the metadata.
Public methodPutObject(String, String, Stream, ObjectMetadata)
Uploads the content to object under the specified bucket and object key.
Public methodPutObject(String, String, String, ObjectMetadata)
Uploads a local file with specified metadata to OSS.
Top
See Also