1. Oracle Cloud Infrastructure Documentation, "Using Multipart Uploads": This document outlines the three-step process for multipart uploads: Initiate, Upload Parts, and Commit. It explicitly states, "After you have uploaded all the object parts, you commit the upload." This directly refutes option A. It also describes the fundamental concept: "In a multipart upload, a large object is broken into smaller parts," which refutes option B.
Reference: Oracle Cloud Infrastructure Documentation > Storage > Object Storage > Using Multipart Uploads > Multipart Uploads for the Console, CLI, and SDKs.
2. Oracle Cloud Infrastructure Documentation, "Service Limits": This official documentation page lists the specific service limits for Object Storage.
Reference: Oracle Cloud Infrastructure Documentation > Solution & Platform > Core Services > Service Limits > Object Storage and Archive Storage Service Limits.
Under the "Object Storage and Archive Storage Service Limits" table, the "Maximum size for an object part in a multipart upload" is listed as "50 GiB," confirming option C.
The "Maximum number of parts for a multipart upload" is listed as "10,000," confirming option D.