IOssPutBigObject Method |
Name | Description | |
---|---|---|
PutBigObject(String, String, Stream, ObjectMetadata, NullableInt64) | Obsolete.
Deprecated method. Use ResumableUploadObject instead.
Upload the specified file to OSS.
If the file size is same or less than the part size, use normal file upload instead.
Otherwise it will use multipart file upload.
| |
PutBigObject(String, String, String, ObjectMetadata, NullableInt64) | Obsolete.
Deprecated method.Please use ResumableUploadObject.
Uploads the specified file with optional part size.
If the file size is not bigger than the part size, then use normal file upload.
Otherwise use multipart upload.
|