As a part of a migration exercise for an existing on-premises application to Oracle Cloud Infrastructure (OCI), you are required to transfer a 7 TB file to OCI Object Storage. You have decided to upload it using the multipart upload functionality of Object Storage. Which two statements are true? (Choose two.) Option A is incorrect because rclone is not a tool provided by Object Storage.It is a third-party command-line program that can sync files to and from various cloud storage providers, including Object
A. t is possible to split this file into multiple parts using rclone tool provided by Object Storage
B. ontiguous numbers need to be assigned for each part so that Object Storage constructs the object by ordering part numbers in ascending order
C. fter initiating a multipart upload by making a CreateMultiPartUpload REST API Call, the upload remains active until you explicitly commit it or about it
D. t is possible to split this file into multiple parts using the APIs provided by Object Storage
E. ctive multipart upload can be checked by listing all parts that have been uploaded, however it is not possible to list information for an individual object part in an active multipart upload