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}.
C
C
C