Page 1 of 1

You have created a container in Oracle Storage Cloud Service. How would you upload a file to that container when using a

Posted: Sun Jun 11, 2023 3:58 pm
by answerhappygod
You have created a container in Oracle Storage Cloud Service. How would you upload a file to that container when using a REST API call?

A. You cannot upload files using REST API calls.
B. Send a PUT request to{accountURL}/{containerName}.
C. Send a PUT request to{accountURL}/{containerName}/{objectName}.
D. Send a POST request to{accountURL}/{containerName}/{objectName}. E. Send a POST request to{accountURL}.