Which of the following statements about file uploading to OSS strategy is not correct?
A.
All file uploading method provided by Alibaba Cloud OSS service will support resuming from break point.
B.
If you are uploading some small files (<1m), you can choose using put method to be able finish uploading in one http request.
C.
If you are using OSS to store some log files which are continuously being updated, you better choose streaming method to be able to append to one existing object instead of overwriting.
D.
If you need to upload very large file you better use multi-part uploading to get the capability of resuming from break point.
A. All file uploading methods provided by Alibaba Cloud OSS service will support resuming from the break point.
While Alibaba Cloud OSS provides various file uploading methods, not all of them necessarily support resuming from the break point. The support for resuming from the break point depends on the specific method or tool you are using. For example:
Multipart Upload: Multipart uploading, as mentioned in option D, does support resuming from the break point. You can break a large file into smaller parts and upload them separately, allowing you to resume the upload from where it left off in case of interruptions.
Put Object: The "put" method, as mentioned in option B, is a single HTTP request and may not inherently support resuming from the break point for large files.
Streaming: The streaming method, as mentioned in option C, is suitable for continuous updates but doesn't inherently support resuming from the break point.
A. All file uploading method provided by Alibaba Cloud OSS service will support resuming from break point.
Simple upload operations: The maximum size of an object to be uploaded is 5 GB. Resumable upload is not supported.
A. All file uploading method provided by Alibaba Cloud OSS service will support resuming from break point.
Simple upload operations: The maximum size of an object to be uploaded is 5 GB. Resumable upload is not supported.
Simple upload operations only allow maximum of 5GB. Resumable upload is not supported.
https://www.alibabacloud.com/help/en/apsaravideo-for-vod/latest/upload-oss-objects#simple-upload-operations
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ZZZ_Sleep
1 year, 2 months agolhoris
1 year, 6 months agolhoris
1 year, 6 months agoalien_king
2 years agoJackie911
2 years, 4 months agoTanPHAM304
2 years, 6 months ago