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.
Send a PUT request to {accountURL}/{containerName}/{objectName}.
B.
Send a POST request to {accountURL}/{containerName}/{objectName}.
C.
Send a POST request to {accountURL}.
D.
you cannot upload files using REST API calls.
Explanation:
A
A