Which TWO statements are true about performing a multipart upload using the Multipart Upload API?
When performing a multipart upload using the Multipart Upload API in Oracle Cloud Infrastructure (OCI) Object Storage, the following points are true:
C . Each part can be as large as 50 GiB: OCI allows each part of a multipart upload to be up to 50 GiB in size. This enables the efficient uploading of large objects in smaller, manageable parts.
D . You can keep adding parts as long as the total number is less than 10,000: The Multipart Upload API supports up to 10,000 parts for a single object. This allows the upload of very large objects by dividing them into multiple parts.
Incorrect Statements:
A . After uploading all parts, you must commit the upload to finalize the multipart upload and combine all parts into a single object.
B . The object must be split into parts before uploading when using the Multipart Upload API.
Oracle Cloud Infrastructure Documentation: Multipart Uploads
Currently there are no comments in this discussion, be the first to comment!